I have an Electron app that I\'m trying to install node modules for. When I run npm install, it creates the node_modules folder but all the modules
npm install
node_modules
This worked for me I moved the project from C drive to other drive and ran the following commands take a backup of older node modules if you are running this and existing project
npm clear cache --force npm update