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
Delete package.lock.json
Delete node_modules
run npm update
npm update