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
Delete package.lock.json
Delete node_modules
run npm update
If you have a windows machine where you do not posses Admin rights to it.
Try deleting node_modules and install using 'npm install'
from command line as
'ADMINISTRATOR'
It works!
Anyways, it comes down to an open network thing ;)