nwutils / nw-sample-apps

Sample Apps
MIT License
1.95k stars 551 forks source link

npm install -d failed on my system #28

Closed live106 closed 9 years ago

live106 commented 9 years ago
npm ERR! owner ls Couldn't get owner data nw-tests
npm ERR! 404 404 Not Found: nw-tests
npm ERR! 404
npm ERR! 404 'nw-tests' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, or http url, or git url.

npm ERR! System Darwin 14.3.0
npm ERR! command "/Users/None/Develop/node-v0.10.32-darwin-x64/bin/node" "/Users/None/Develop/node-v0.10.32-darwin-x64/bin/npm" "owner" "ls" "nw-tests"
npm ERR! cwd /Users/None/node-webkit/nw.js/tests
npm ERR! node -v v0.10.32
npm ERR! npm -v 1.4.28
npm ERR! code E404
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/None/node-webkit/nw.js/tests/npm-debug.log
npm ERR! not ok code 0
Paxa commented 9 years ago

What application you trying to run?

live106 commented 9 years ago

tests under nw.js sorry, maybe I should open the issue in webkit repos ...

Paxa commented 9 years ago

I think so.

I checked and don't understand why it try to download nw-tests when you run npm install -d inside folder of nw-tests package...

You may want to ask here https://gitter.im/nwjs/nw.js, can get faster answer

live106 commented 9 years ago

ok, thank you.