We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With fresh install, trying to run test-source-map script Error is thrown.
test-source-map
From what I saw looking for this issue, there is miss match of webpack&company:
mzgoddard/jest-webpack#27 (comment) mzgoddard/jest-webpack#27 (comment)
Here is complete log:
✗ node -v v8.9.4 ✗ npm run test-source-map > sass-loader@7.1.0 test-source-map /Users/bmihelac/tmp/sass-loader > webpack-dev-server --config test/sourceMap/webpack.config.js --content-base ./test/sourceMap --inline module.js:540 throw err; ^ Error: Cannot find module 'webpack/bin/config-yargs' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object.<anonymous> (/Users/bmihelac/tmp/sass-loader/node_modules/webpack-dev-server/bin/webpack-dev-server.js:49:1) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) at tryModuleLoad (module.js:499:12) at Function.Module._load (module.js:491:3)
The text was updated successfully, but these errors were encountered:
test: upgrade webpack-dev-server (webpack-contrib#605)
689b556
webpack-dev-server
DevDependencies
test: upgrade webpack-dev-server (#605) (#606)
f4bdcfe
Successfully merging a pull request may close this issue.
With fresh install, trying to run
test-source-map
script Error is thrown.From what I saw looking for this issue, there is miss match of webpack&company:
mzgoddard/jest-webpack#27 (comment)
mzgoddard/jest-webpack#27 (comment)
Here is complete log:
The text was updated successfully, but these errors were encountered: