-
Notifications
You must be signed in to change notification settings - Fork 21
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
[Bug] 6.3.2 - Error: Cannot find module '@babel/helper-module-imports' #53
Comments
also seeing this |
this can also affect users of neutrino's 'web' and 'react' presets. |
Looks like the dependency was removed here: ad8383f - its unclear though why it was removed without any other changes. For now |
@rjharmon I have shipped Neutrino v8.2.2 to pin this version of fast-async mentioned by @jzaefferer. |
I came to open the same error, but then I saw this issue. I depend on fast-async
I'll just change from depending on |
…e range ^6.3.0 breaks builds. MatAtBread/fast-async#53
Apologies - I managed to mess up separating babel-7 beta dependancies from v6. v6.3.4 published with no v7-beta dependencies. Please re-open if this update does not fix the issue in your configuration. |
The `fast-async` version was pinned in 2edc81a to work around: MatAtBread/fast-async#53 That issue was fixed in fast-async v6.3.4, so it's safe to revert back to a tilde range again. This only needs applying to the v8 branch, since the version was not pinned on master (and #790 is about to remove fast-async there).
Since: * The default Neutrino-supported browsers (last two versions of Chrome, Firefox, Edge, Opera, Safari & iOS) all support async natively: https://caniuse.com/#feat=async-functions * The same applies to Node 8+ (and Neutrino 9 is dropping support for Node 6): http://node.green/#ES2017-features-async-functions * Neutrino 9 final will be released with Babel 7, which will likely include built-in support for the fast-async plugin anyway: babel/babel#7076 * It's another dependency to cause possible regressions, eg: MatAtBread/fast-async#53 Fixes #741.
@babel/helper-module-imports
is being used inplugin.js
but is not present inpackage.json
's dependencies.The text was updated successfully, but these errors were encountered: