Created
April 27, 2011 19:33
-
-
Save misterfitz/944997 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
info it worked if it ends with ok | |
verbose cli [ 'node', | |
verbose cli '/usr/local/bin/npm', | |
verbose cli 'install', | |
verbose cli 'socket.io', | |
verbose cli '--loglevel', | |
verbose cli 'verbose' ] | |
info using [email protected] | |
info using [email protected] | |
verbose config file /home/rfitzger/.npmrc | |
verbose config file /usr/local/etc/npmrc | |
verbose into /cygdrive/c/tools/joyent-node-380b5b5 [ 'socket.io' ] | |
verbose cache add [ 'socket.io', null ] | |
info addNamed [ 'socket.io', '' ] | |
verbose addNamed [ null, '' ] | |
verbose GET socket.io | |
verbose raw, before any munging socket.io | |
verbose url resolving [ 'http://registry.npmjs.org/', './socket.io' ] | |
verbose url resolved http://registry.npmjs.org/socket.io | |
verbose url parsed { href: 'http://registry.npmjs.org/socket.io', | |
verbose url parsed protocol: 'http:', | |
verbose url parsed slashes: true, | |
verbose url parsed host: 'registry.npmjs.org', | |
verbose url parsed hostname: 'registry.npmjs.org', | |
verbose url parsed pathname: '/socket.io' } | |
ERR! Error: EPERM, Operation not permitted | |
ERR! at Socket._onConnect (net.js:576:18) | |
ERR! at IOWatcher.onWritable [as callback] (net.js:165:12) | |
ERR! | |
ERR! Please use 'sudo' or log in as root to run this command. | |
ERR! sudo npm "install" "socket.io" "--loglevel" "verbose" | |
ERR! or set the 'unsafe-perm' config var to true. | |
ERR! npm config set unsafe-perm true | |
ERR! | |
ERR! System CYGWIN_NT-5.2-WOW64 1.7.9(0.237/5/3) | |
ERR! command "node" "/usr/local/bin/npm" "install" "socket.io" "--loglevel" "verbose" | |
verbose exit [ 1, true ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
do you solve the problem?
I' meet it too.