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.

node-inspector installation error (Solved)

See original GitHub issue

#Got some trouble on installing node-inspector

node -v && npm -v
v8.1.3
5.0.3
gyp ERR! cwd /usr/local/lib/node_modules/node-inspector/node_modules/v8-profiler
gyp ERR! node -v v8.1.3
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! v8-profiler@5.7.0 install: `node-pre-gyp install --fallback-to-build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the v8-profiler@5.7.0 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/Djamal/.npm/_logs/2017-07-06T21_14_29_065Z-debug.log

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:9

github_iconTop GitHub Comments

68reactions
YouShengBScommented, Dec 7, 2017

What the fuck??? Before solving this most fundamental problem, how many issues should we submit? Developers mental retardation yet?

32reactions
dongalorcommented, Feb 14, 2018
nvm install 6.1.0
nvm use 6.1.0
npm install -g node-inspector
Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot install Node Inspector - Stack Overflow
I ran npm install --global --production windows-build-tool already. Please see the middle of my post. The first error disappeared but then I ...
Read more >
Unable to install Node Inspector - AskF5
However, if you try to install the Node inspector you will get the following error message: @BIGIP-A:] node_modules # npm install -g node- ......
Read more >
node-inspector/node-inspector - Gitter
Hey.. I am getting an error on installation about a tarball not being able to be unpacked... I've tried 'npm cache clear' as...
Read more >
Node.js Inspector - GeeksforGeeks
After installing if you run command node-inspector, ... Sometimes, port 8080 may not be available on the computer then we will get an...
Read more >
Node js npm error code 1 while installing node inspector-node.js
[Solved]-Node js npm error code 1 while installing node inspector-node.js ... I had the same issue running the above command and reinstalling the...
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