question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dependencies not installed with 'npm install'

See original GitHub issue

I 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:closed
  • Created 8 years ago
  • Comments:34 (31 by maintainers)

github_iconTop GitHub Comments

1reaction
daviddiascommented, Dec 2, 2017

Woot! thank you @hacdias !! 😃

0reactions
hacdiascommented, Dec 1, 2017

I think we should close this because this doesn’t happen anymore. /cc @diasdavid

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found