I'm new to node.js. I'm using WebStorm. I work on Windows.
I configured my app to run on node.js and when I try to run it I get this error:"Cannot find module 'merge-descriptors'".
I followed these post trying to solve it: How do I resolve "Cannot find module" error using Node.js?, module.js:338 throw err in node.js
I ran "del /s /q node_modules" (parallel to "rm -rf node_modules"). Now I'm trying to run "npm install -g" and I'm getting this error:
I've tried to understand it and to look for information about it in the net to no avail.
Any help will be profoundly appreciated!