Module not found error occured when npm install on Windows 10
See original GitHub issueDescribe the bug
I was just easily try to clone and npm install on windows pc .
git clone https://github.com/conversejs/converse.js.git conversejs
cd conversejs && npm install
the error is like and many
ERROR in ./src/templates/form_input.html
Module not found: Error: Can't resolve 'Dappconversejs
ode_moduleslodashescape.js' in 'D:\app\conversejs\src\templates'
@ ./src/templates/form_input.html 1:16-107
@ ./src/converse-register.js
@ ./src/converse.js
@ ./src/entry.js
i followed the document of install 3rd development libraries 😃 maybe webpack configuration wrong ?
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
5 Ways to Fix the Npm Install Not Working Issue
Way 1. Make Sure Npm Is Installed ... The main cause of the npm command not found error is that npm is not...
Read more >cannot find module [Node npm Error Solved] - freeCodeCamp
When you get the “cannot find module” error, or “module not found”, it means you've not installed the package you're trying to use....
Read more >This npm install is not working on Windows - node.js
If you have existing Node.js installed, I recommend uninstalling it like the process given by LOTUSMS above: · Run nvm or command -v...
Read more >Common errors | npm Docs
Broken npm installation · Random errors · No compatible version found · Permissions errors · Error: ENOENT, stat 'C:\Users\<user>\AppData\Roaming\npm' on Windows 7 ...
Read more >npm command not found | Career Karma
On Windows, the cause of this error could be that a PATH or system variable is not correctly set. The error can also...
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 FreeTop 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
Top GitHub Comments
Use WSL2 on Windows 10. It is just much easier and you run Linux on the same folders as Windows
@jcbrand I am still getting the same issue with the above commands as well as with the
make dev
command.