Cannot find module 'webpack/lib/node/NodeTemplatePlugin'
See original GitHub issueAfter upgrading to 1.4.5 (Windows 10, Node 8.6.0) and running ng serve
I get this error:
Cannot find module ‘webpack/lib/node/NodeTemplatePlugin’
I rebooted my machine, reinstalled all npm packages, nothing helps.
Basically, this is a blocking issue.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:10
- Comments:21 (4 by maintainers)
Top Results From Across the Web
Cannot find module 'webpack/lib/node/NodeTemplatePlugin ...
Another thing I would try is to delete the node_modules directory and then do npm install again. This error occurs only when webpack...
Read more >Error Cannot find module webpack lib node ... - Edureka
Got this Error after running webpack. Webpack is installed globally and I'm running Node PS D:\Projects .
Read more >Error: Cannot find module 'webpack/lib/node ... - GitHub
Hi, I get the same error after running webpack command:: module.js:341 - I have node v5.6.0 - working on the React.js program, as...
Read more >How to fix Error: cannot find module "webpack" - Educative.io
The Cannot find module webpack occurs when webpack is not globally installed. It is a problem with the npm script or application. You...
Read more >[SOLVED] Error Cannot find module 'webpack/lib ... - YouTube
Hello guys today's video, i'm going to show you how to fix the "Error: Cannot find module ' webpack / lib /util/makeSerializable.js", ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
after doing :
works again for me!
hi guys, maybe try deleting
node_modules
&package-lock.json
files. at least i solve the problem.