Created
August 10, 2010 22:55
-
-
Save mape/518161 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
| mape@dunderklumpen:~$ sudo npm install npm | |
| [sudo] password for mape: | |
| npm it worked if it ends with ok | |
| npm cli [ 'install', 'npm' ] | |
| npm version 0.1.23 | |
| npm config file /home/mape/.npmrc | |
| npm config file /usr/local/etc/npmrc | |
| npm install pkg npm | |
| npm fetch data npm | |
| npm GET npm | |
| npm install pkg npm | |
| npm install pkg [email protected] | |
| npm GET npm/0.1.24 | |
| npm fetch http://registry.npmjs.org/npm/-/npm-0.1.24.tgz | |
| npm fetch /home/mape/.node_libraries/.npm/.cache/npm/0.1.24/package.tgz | |
| npm content-length 570854 | |
| npm downloaded 0% | |
| npm downloaded 10% | |
| npm downloaded 21% | |
| npm downloaded 31% | |
| npm downloaded 41% | |
| npm downloaded 56% | |
| npm downloaded 66% | |
| npm downloaded 76% | |
| npm downloaded 87% | |
| npm downloaded 97% | |
| npm fetch finished | |
| npm bytes 570854 | |
| npm exec tar "xzf" "/home/mape/.node_libraries/.npm/.cache/npm/0.1.24/package.tgz" "--strip-components=1" "-C" "/home/mape/.node_libraries/.npm/.cache/npm/0.1.24/package" | |
| npm buildAll About to unpack | |
| npm unpack [ 'npm', '0.1.24' ] | |
| npm exec tar "xzf" "/home/mape/.node_libraries/.npm/.cache/npm/0.1.24/package.tgz" "--strip-components=1" "-C" "/home/mape/.node_libraries/.npm/npm/0.1.24/package" | |
| npm linkBins npm-0.1.24 | |
| npm linkBin npm ./cli.js | |
| npm fail failed to read dependents on [email protected] | |
| npm uninstall safe to uninstall: npm-0.1.23 | |
| npm uninstall npm-0.1.23 auto-deactivate | |
| npm deactivate npm-0.1.23 | |
| npm exec sh "-c" "node scripts/install-docs.js" | |
| npm docs deactivate | |
| npm exec manpath | |
| npm docs /home/mape/.node_libraries/.npm/npm/0.1.23/package/man | |
| npm docs /usr/local/share/man/man1 | |
| npm docs done | |
| npm uninstall npm-0.1.23 remove links | |
| npm uninstall npm-0.1.23 remove bins | |
| npm remove bins { npm: './cli.js' } | |
| npm uninstall npm-0.1.23 remove public modules | |
| npm uninstall npm-0.1.23 remove package dir | |
| npm uninstall npm-0.1.23 complete | |
| npm updated dependents [ 'npm-0.1.24' ] | |
| npm activate [email protected] | |
| npm ! Error: Cannot find module '/home/mape/.node_libraries/.npm/npm/0.1.23/package/lib/activate' | |
| at loadModule (node.js:289:15) | |
| at require (node.js:420:14) | |
| at Object.<anonymous> (/home/mape/.node_libraries/.npm/npm/0.1.23/package/npm.js:58:32) | |
| at /home/mape/.node_libraries/.npm/npm/0.1.23/package/lib/build.js:106:18 | |
| at listed (/home/mape/.node_libraries/.npm/npm/0.1.23/package/lib/utils/read-installed.js:26:41) | |
| at V (/home/mape/.node_libraries/.npm/npm/0.1.23/package/lib/utils/read-installed.js:38:61) | |
| at EventEmitter._tickCallback (node.js:50:25) | |
| at node.js:773:9 | |
| npm failure try running: 'npm help install' | |
| npm failure Report this *entire* log at <http://github.com/isaacs/npm/issues> | |
| npm failure or email it to <[email protected]> | |
| npm not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment