Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest change to v1.3.2 breaks imports in ESM #177

Closed
ff6347 opened this issue Mar 31, 2022 · 2 comments
Closed

Latest change to v1.3.2 breaks imports in ESM #177

ff6347 opened this issue Mar 31, 2022 · 2 comments

Comments

@ff6347
Copy link

ff6347 commented Mar 31, 2022

I have been playing with pipedream for the last few hours and all over sudden my workflow fails. I get the following error:

ErrorDirectory import '/tmp/ee/node_modules/date-fns-tz/esm/_lib/newDateUTC' is not supported resolving ES modules imported from /tmp/ee/node_modules/date-fns-tz/esm/zonedTimeToUtc/index.js

I think it is this line that breaks the import.

import newDateUTC from '../_lib/newDateUTC'

In all other imports you use the index.js at the end. Here not.

@marnusw
Copy link
Owner

marnusw commented Apr 1, 2022

Thank you, and sorry about that. I've released 1.3.3.

@marnusw marnusw closed this as completed Apr 1, 2022
@ff6347
Copy link
Author

ff6347 commented Apr 1, 2022

Thanks a lot for the quick action and don't apologize. It is me using your free software ;).
It is actually wired, that pipedream just takes the latests version. What could possibly go wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants