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

Error in my build system #95

Closed
codev0 opened this issue Apr 26, 2018 · 5 comments
Closed

Error in my build system #95

codev0 opened this issue Apr 26, 2018 · 5 comments

Comments

@codev0
Copy link

codev0 commented Apr 26, 2018

Hey, I've caught error, when tried to use this plugin.
Error trace

[00:54:01] 'javascript' errored after 1.85 s
[00:54:01] Error in plugin 'webpack-stream'
Message:
    ./~/micromodal/dist/micromodal.es.js
Module build failed: ReferenceError: Unknown plugin "external-helpers" specified in "/project/node_modules/micromodal/.babelrc" at 0, attempted to resolve relative to "/project/node_modules/micromodal"
    at /project/node_modules/babel-core/lib/transformation/file/options/option-manager.js:180:17
    at Array.map (<anonymous>)
    at Function.normalisePlugins (/project/node_modules/babel-core/lib/transformation/file/options/option-manager.js:158:20)
    at OptionManager.mergeOptions (/project/node_modules/babel-core/lib/transformation/file/options/option-manager.js:234:36)
    at OptionManager.init (/project/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12)
    at File.initOptions (/project/node_modules/babel-core/lib/transformation/file/index.js:212:65)
    at new File (/project/node_modules/babel-core/lib/transformation/file/index.js:135:24)
    at Pipeline.transform (/project/node_modules/babel-core/lib/transformation/pipeline.js:46:16)
    at transpile (/project/node_modules/babel-loader/lib/index.js:46:20)
    at Object.module.exports (/project/node_modules/babel-loader/lib/index.js:163:20)
 @ ./src/assets/js/app.js 3:18-39
 @ multi ./src/assets/js/app.js
Details:
    domain: [object Object]
    domainThrown: true
[00:54:01] 'build' errored after 1.87 s
[00:54:01] 'default' errored after 1.87 s
[00:54:01] The following tasks did not complete: sass
[00:54:01] Did you forget to signal async completion?
[1]    57443 segmentation fault  npm run start

Gulp config https://gist.github.com/codev0/15dd75634e81a1ae0c59a2a5974c3c0b

devDependencies related to es6

"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.7.2",
"webpack": "^2.6.1",
"webpack-stream": "^3.2.0",
@kelenakamura
Copy link

did you ever fix this? we're seeing same issue on a windows machine. seems fine on all the macs we've run this on.

@ghosh
Copy link
Owner

ghosh commented May 6, 2019

@kakadiadarpan @kalpeshsingh Any thoughts on this?

@kakadiadarpan
Copy link
Collaborator

@ghosh I can look into this

@codev0 It would really help a lot if you can provide a simple reproduction of the issue

@geosigno
Copy link

geosigno commented Jul 8, 2019

you can fix this issue by adding:

exclude: /node_modules/

in your webpack.config.js

@ghosh
Copy link
Owner

ghosh commented Nov 5, 2019

Closing this issue now. Feel free to open if your still having issues.

@ghosh ghosh closed this as completed Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants