Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Error encountered when installing phonegap #5446

Closed
Ev3rlasting opened this issue Jun 9, 2014 · 5 comments
Closed

Error encountered when installing phonegap #5446

Ev3rlasting opened this issue Jun 9, 2014 · 5 comments
Labels

Comments

@Ev3rlasting
Copy link

npm ERR! Error: ENOENT, open '/Users/username/.npm/tmp_a504860e8d0dtmp_55a663e60d9cpackage/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 11.4.2
npm ERR! command "node" "/usr/local/bin/npm" "install" "phonegap"
npm ERR! cwd /Users/username
npm ERR! node -v v0.10.28
npm ERR! npm -v 1.4.9
npm ERR! path /Users/username/.npm/tmp_a504860e8d0dtmp_55a663e60d9cpackage/package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/username/npm-debug.log
npm ERR! not ok code 0
@othiym23
Copy link
Contributor

Can you put /Users/raypan/npm-debug.log into a gist and add the link to the gist here? There's a few different errors this could be, and without the full logs we can't tell.

@superus8r
Copy link

I have the same problem, here's the link to npm-debug.log file:

https://www.dropbox.com/s/l70jokvu50c0tjt/npm-debug.log

@chrismeyersfsu
Copy link
Contributor

#5566
try npm cache clean dep-graph
npm 1.4.14 and before has problems with complex installs like phonegap
@othiym23 close this issue?

@othiym23
Copy link
Contributor

You seem to have some corrupt files in your cache. Run npm cache clean to clear them all out, then install the latest stable version of npm and this problem should be resolved.

@superus8r
Copy link

Thanks a lot, I'll check that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants