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.

npm install doesn't work

See original GitHub issue

NPM INSTALL DOESN’T WORK

When I run run npm install it returns error. I will put the log file in comments. Firstly I got no error when I was in node 7.4.0 but it stuck in node-uuid dependency. Then I searched and it says, I must use node 4 for this and I installed node@4.0.0. But it doesn’t work either. It gives me the error. The log I will put in comments. Then I searched and it says I must clone it by git clone. And I did that it didn’t work either and it returned the same error. Thanx.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
rschampcommented, Jan 31, 2017

@kirkins Your error message says you are out of disk space.

@azatakmyradov Your error message is that you can’t connect to github.com. Are you having network issues, or is github blocked where you’re installing from?

0reactions
rschampcommented, Jan 31, 2017

Laravel may not have a github dependency like we do. The error message you posted stated that it can’t connect to github when attempting to install this dependency: https://github.com/LLK/scratch-www/blob/624bdde84c067e7e77f0ce0823997806e1c7a286/package.json#L85

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to fix npm install command not working
The error above happens when npm can't be found under the PATH environment variable. First, you need to make sure that npm is...
Read more >
Npm install doesn't work (no errors), but npm install <package ...
Option B: Install the packages and use --save to add the packages to the package.json file. Run npm install to install the dependencies....
Read more >
Common errors | npm Docs
You are trying to install on a drive that either has no space, or has no permission to write. Free some disk space...
Read more >
Why does NPM install not work? - Quora
The Npm command not found error can appear when you install or upgrade npm. On Windows, the cause of this error could be...
Read more >
npm command not found | Career Karma
On Windows, the cause of this error could be that a PATH or system variable is not correctly set. The error can also...
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