Skip to content

Instantly share code, notes, and snippets.

@gmiroshnykov
Created February 21, 2011 21:17
Show Gist options
  • Save gmiroshnykov/837711 to your computer and use it in GitHub Desktop.
Save gmiroshnykov/837711 to your computer and use it in GitHub Desktop.
sudo npm link --loglevel verbose
vagrant@vagrantup:/opt/euro-web$ sudo npm link --loglevel verbose
npm info it worked if it ends with ok
npm verb cli [ 'link',
npm verb cli '--loglevel',
npm verb cli 'verbose' ]
npm info using npm@0.3.3
npm info using node@v0.4.1
npm verb config file /home/vagrant/.npmrc
npm verb config file /usr/local/etc/npmrc
npm info link /opt/euro-web
npm verb link reading /opt/euro-web/package.json
npm verb caching /opt/euro-web/package.json
npm verb loadDefaults euro-web@9999.0.0-LINK-d6165022
npm verb readDefaultModules euro-web@9999.0.0-LINK-d6165022
npm verb euro-web@9999.0.0-LINK-d6165022 linking default bins
npm verb mkdir done: /opt/euro-web/node_modules
npm verb install [ 'https://github.com/danwrong/restler/tarball/master' ]
npm verb install [ 'https://github.com/danwrong/restler/tarball/master' ]
npm verb install pkglist [ 'https://github.com/danwrong/restler/tarball/master' ]
npm verb must install []
npm verb install_ https://github.com/danwrong/restler/tarball/master
npm verb cache add [ 'https://github.com/danwrong/restler/tarball/master',
npm verb cache add [Function] ]
npm verb addRemoteTarball [ 'https://github.com/danwrong/restler/tarball/master',
npm verb addRemoteTarball null ]
npm verb mkdir done: /tmp/npm-1298322898619/1298322898619-0.02084502042271197
npm info fetch https://github.com/danwrong/restler/tarball/master
npm verb fetch to /tmp/npm-1298322898619/1298322898619-0.02084502042271197/tmp.tgz
npm verb fetch 302 https://nodeload.github.com/danwrong/restler/tarball/master
npm verb fetch 302 https://download.github.com/danwrong-restler-e07b152.tar.gz
npm verb mkdir done: /tmp/npm-1298322898619/1298322898619-0.02084502042271197/contents
npm verb success gzip "--decompress" "--stdout" "/tmp/npm-1298322898619/1298322898619-0.02084502042271197/tmp.tgz"
npm verb success tar "-mvxpf" "-" "-C" "/tmp/npm-1298322898619/1298322898619-0.02084502042271197/contents"
npm verb tarball contents [ 'danwrong-restler-e07b152' ]
npm verb caching /tmp/npm-1298322898619/1298322898619-0.02084502042271197/contents/package/package.json
npm verb loadDefaults restler@0.2.0
npm verb readDefaultModules restler@0.2.0
npm verb restler@0.2.0 linking default bins
npm verb packTar /tmp/npm-1298322898619/1298322898619-0.02084502042271197/contents/package /opt/euro-web/node_modules/.npm/.cache/restler/0.2.0/package.tgz
npm verb mkdir done: /opt/euro-web/node_modules/.npm/.cache/restler/0.2.0
npm verb success tar "-cvf" "-" "--exclude" ".git" "-X" "/home/vagrant/npm/lib/utils/default.npmignore" "package/"
npm verb success gzip "--stdout"
npm verb mkdir done: /opt/euro-web/node_modules/.npm/.cache/restler/0.2.0
npm verb success gzip "--decompress" "--stdout" "/opt/euro-web/node_modules/.npm/.cache/restler/0.2.0/package.tgz"
npm verb success tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/.cache/restler/0.2.0"
npm info calculating sha1 /opt/euro-web/node_modules/.npm/.cache/restler/0.2.0/package.tgz
npm info shasum f45fe3b119cfb208e015eb9b516aaaf6f053a14a
npm verb caching /opt/euro-web/node_modules/.npm/.cache/restler/0.2.0/package/package.json
npm verb install list [ [ 'restler', '0.2.0' ] ]
npm verb caching /opt/euro-web/node_modules/.npm/.cache/restler/0.2.0/package.json
npm verb mkdir done: /opt/euro-web/node_modules/.npm/restler/0.2.0
npm verb success gzip "--decompress" "--stdout" "/opt/euro-web/node_modules/.npm/.cache/restler/0.2.0/package.tgz"
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package: Cannot mkdir: Permission denied
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package/package.json: Cannot open: No such file or directory
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package/index.js: Cannot open: No such file or directory
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package/MIT-LICENSE: Cannot open: No such file or directory
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package/README.md: Cannot open: No such file or directory
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package/test: Cannot mkdir: No such file or directory
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package/test/restler.js: Cannot open: No such file or directory
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package/test/all.js: Cannot open: No such file or directory
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package/test/test_helper.js: Cannot open: No such file or directory
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package/bin: Cannot mkdir: No such file or directory
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package/bin/restler: Cannot open: No such file or directory
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package/lib: Cannot mkdir: No such file or directory
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package/lib/restler.js: Cannot open: No such file or directory
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: package/lib/multipartform.js: Cannot open: No such file or directory
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0" tar: Exiting with failure status due to previous errors
npm ERR! tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0"
npm ERR! Failed unpacking /opt/euro-web/node_modules/.npm/.cache/restler/0.2.0/package.tgz to /opt/euro-web/node_modules/.npm/restler/0.2.0
npm ERR! install failed Error: Failed tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0"
npm ERR! install failed exited with 2
npm ERR! install failed at ChildProcess.<anonymous> (/home/vagrant/npm/lib/utils/exec.js:80:8)
npm ERR! install failed at ChildProcess.emit (events.js:45:17)
npm ERR! install failed at ChildProcess.onexit (child_process.js:171:12)
npm info install failed rollback
npm info uninstall [ 'restler@0.2.0' ]
npm verb removing [ [ 'restler', '0.2.0' ] ]
npm info preuninstall restler@0.2.0
npm info uninstall restler@0.2.0
npm info auto-deactive not symlink
npm verb uninstall restler@0.2.0 remove links
npm verb uninstall restler@0.2.0 remove bins
npm verb uninstall restler@0.2.0 remove public modules
npm info postuninstall restler@0.2.0
npm verb uninstall restler@0.2.0 remove package dir
npm info uninstall restler@0.2.0 complete
npm info install failed rolled back
npm ERR! Error: Failed tar "-mvxpf" "-" "-C" "/opt/euro-web/node_modules/.npm/restler/0.2.0"
npm ERR! exited with 2
npm ERR! at ChildProcess.<anonymous> (/home/vagrant/npm/lib/utils/exec.js:80:8)
npm ERR! at ChildProcess.emit (events.js:45:17)
npm ERR! at ChildProcess.onexit (child_process.js:171:12)
npm ERR! Report this *entire* log at <http://github.com/isaacs/npm/issues>
npm ERR! or email it to <npm-@googlegroups.com>
npm ERR! Just tweeting a tiny part of the error will not be helpful.
npm verb exit [ 1, true ]
npm not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment