dependencies not installed with 'npm install'
See original GitHub issueI cloned the repo down and followed the setup instructions and still needed a few things:
rimraf
babel
- electron
- command not found. I did ‘npm install electron’ and it still didnt work.
There may be more, but I’m stuck on the electron issue.
Issue Analytics
- State:
- Created 8 years ago
- Comments:34 (31 by maintainers)
Top Results From Across the Web
NPM doesn't install module dependencies - Stack Overflow
I had an issue where manually installing a package had created a package-lock.json file after updating to node 8.0.0 and npm 5.0.0. After...
Read more >npm install not installing dependencies listed in package.json ...
I initialised a project using Yarn and installed dependencies using Yarn. When npm v5 came out, I decided to use npm for the...
Read more >5 Ways to Fix the Npm Install Not Working Issue
Way 1. Make Sure Npm Is Installed · Way 2. Make Sure There Is a Package.json File · Way 3. Delete Lock File...
Read more >npm-install - npm Docs
Install the dependencies to the local node_modules folder. ... npm will not install the package dependencies in the directory <folder> , but it...
Read more >Installing Dependencies with npm - LearnHowToProgram.com
Fortunately, there's a more foolproof way to reinstall dependencies. Trash the node_modules folder altogether. Then run $ npm install again. npm will ...
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
Woot! thank you @hacdias !! 😃
I think we should close this because this doesn’t happen anymore. /cc @diasdavid