socket.io-p2p icon indicating copy to clipboard operation
socket.io-p2p copied to clipboard

Fix package.json

Open munkhbolde opened this issue 9 years ago • 6 comments

munkhbolde avatar Mar 21 '16 09:03 munkhbolde

https://registry.npmjs.org/socket.io-p2p-parser

munkhbolde avatar Mar 21 '16 09:03 munkhbolde

that is my npm install error log

npm http 404 https://registry.npmjs.org/socket.io-p2p-parser
npm ERR! TypeError: Object.keys called on non-object
npm ERR!     at Function.keys (native)
npm ERR!     at installTargetsError (/usr/share/npm/lib/cache.js:708:24)
npm ERR!     at /usr/share/npm/lib/cache.js:638:10
npm ERR!     at saved (/usr/share/npm/node_modules/npm-registry-client/lib/get.js:142:7)
npm ERR!     at /usr/lib/nodejs/graceful-fs/polyfills.js:133:7
npm ERR!     at Object.oncomplete (fs.js:107:15)
npm ERR! If you need help, you may report this log at:
npm ERR!     <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR!     <[email protected]>

npm ERR! System Linux 3.16.0-62-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /home/nothing/socketio/web/socket.io-p2p
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! type called_on_non_object
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /home/nothing/socketio/web/socket.io-p2p/npm-debug.log
npm ERR! not ok code 0

munkhbolde avatar Mar 21 '16 09:03 munkhbolde

Are you getting this when installing master? What version of node are you on? What command are you running that causes this?

tomcartwrightuk avatar Mar 24 '16 08:03 tomcartwrightuk

npm install and my node version is v0.10.25

munkhbolde avatar Mar 24 '16 08:03 munkhbolde

I have been unable to recreate this with the current master version of this repo. What is the latest commit on your local copy? What architecture are you on?

tomcartwrightuk avatar Mar 26 '16 06:03 tomcartwrightuk

same error for me.. When I call npm socket.io-p2p same result and even downloading from master is same,

specs : Ubuntu SERVER 14.04 X64 , NODE v0.10.25 , NPM 1.3.10..

I won't be able to test it.. very unfortunate..

Neumann-Valle avatar May 08 '16 04:05 Neumann-Valle