Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't npm install (ENOENT) #457

Closed
lucaswxp opened this issue Oct 8, 2015 · 3 comments
Closed

Can't npm install (ENOENT) #457

lucaswxp opened this issue Oct 8, 2015 · 3 comments

Comments

@lucaswxp
Copy link
Contributor

@lucaswxp lucaswxp commented Oct 8, 2015

Hey guys.

I'm unable to install under Mac OS Yosemite:

sudo npm install webtorrent -g

Gives me:

> dtrace-provider@0.6.0 install /usr/local/lib/node_modules/webtorrent/node_modules/chromecasts/node_modules/node-ssdp/node_modules/bunyan/node_modules/dtrace-provider
> node scripts/install.js

npm ERR! Error: ENOENT, open '/tmp/npm-22706-_QuvILDK/github.com/jhiesey/mp4box.js.git-unpack/package.json'
npm ERR! If you need help, you may report this *entire* log,
npm ERR! including the npm and node versions, at:
npm ERR!     <http://github.com/npm/npm/issues>

npm ERR! System Darwin 14.5.0
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install" "webtorrent" "-g"
npm ERR! cwd /Users/lucaswxp/assistirfilmes.tv
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! path /tmp/npm-22706-_QuvILDK/github.com/jhiesey/mp4box.js.git-unpack/package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! not ok code 0
@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Oct 8, 2015

You're running a really old version of node. Can you install the latest
version from https://nodejs.org/en/ and try again?

On Thu, Oct 8, 2015 at 12:51 AM Lucas Pelegrino notifications@github.com
wrote:

Hey guys.

I'm unable to install under Mac OS Yosemite:

sudo npm install webtorrent -g

Gives me:

dtrace-provider@0.6.0 install /usr/local/lib/node_modules/webtorrent/node_modules/chromecasts/node_modules/node-ssdp/node_modules/bunyan/node_modules/dtrace-provider
node scripts/install.js

npm ERR! Error: ENOENT, open '/tmp/npm-22706-_QuvILDK/
github.com/jhiesey/mp4box.js.git-unpack/package.json'
npm ERR! If you need help, you may report this entire log,
npm ERR! including the npm and node versions, at:
npm ERR! http://github.com/npm/npm/issues
https://github.com/npm/npm/issues

npm ERR! System Darwin 14.5.0
npm ERR! command "/usr/local/bin/node" "/usr/local/bin/npm" "install"
"webtorrent" "-g"
npm ERR! cwd /Users/lucaswxp/assistirfilmes.tv
npm ERR! node -v v0.10.33
npm ERR! npm -v 1.4.28
npm ERR! path /tmp/npm-22706-_QuvILDK/
github.com/jhiesey/mp4box.js.git-unpack/package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! not ok code 0```


Reply to this email directly or view it on GitHub
#457.

@lucaswxp

This comment has been minimized.

Copy link
Contributor Author

@lucaswxp lucaswxp commented Oct 8, 2015

What have I been doing?! Suddenly node is version 4!!? Thanks feross :)

@lucaswxp lucaswxp closed this Oct 8, 2015
@feross

This comment has been minimized.

Copy link
Member

@feross feross commented Oct 16, 2015

No problem :)

@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.