Closed
Description
Hello,
As the first thing I want to say thank you for doing such a great job with webpacker!
2 days ago we've got the following vulnerability notification https://nvd.nist.gov/vuln/detail/CVE-2018-14732. To actually fix it we need to update the version of webpack-dev-server
to at least 3.1.11
. I've tried to update it to that version, but it's currently not possible due to the following error when starting the dev server:
module.js:549
throw err;
^
Error: Cannot find module 'webpack'
at Function.Module._resolveFilename (module.js:547:15)
at Function.Module._load (module.js:474:25)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/node_modules/webpack-dev-server/bin/webpack-dev-server.js:26:17)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
We use the dev server only locally, so it's not a big problem for us. Never the less it would be great to fix the issue.
Metadata
Metadata
Assignees
Labels
No labels