Skip to content

Instantly share code, notes, and snippets.

@kirill-fedyanin
Created August 18, 2014 17:01
Show Gist options
  • Save kirill-fedyanin/a019d0071a3f03167f1a to your computer and use it in GitHub Desktop.
Save kirill-fedyanin/a019d0071a3f03167f1a to your computer and use it in GitHub Desktop.
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 6711 100 6711 0 0 6296 0 0:00:01 0:00:01 --:--:-- 6296
tar=/bin/tar
version:
tar (GNU tar) 1.23
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.
install npm@latest
fetching: http://registry.npmjs.org/npm/-/npm-1.4.23.tgz
0.10.28
1.4.23
cleanup prefix=/home/<username>/webapps/nodetest
find: `/home/<username>/webapps/nodetest/share/man': No such file or directory
find: `/home/<username>/webapps/nodetest/share/man': No such file or directory
find: `/home/<username>/webapps/nodetest/lib/node': No such file or directory
find: `/home/<username>/webapps/nodetest/lib/node': No such file or directory
All clean!
> npm@1.4.23 prepublish .
> node bin/npm-cli.js prune --prefix=. --no-global && rm -rf test/*/*/node_modules && make -j8 doc
make: Nothing to be done for `doc'.
/home/<username>/webapps/nodetest/bin/npm -> /home/<username>/webapps/nodetest/lib/node_modules/npm/bin/npm-cli.js
npm@1.4.23 /home/<username>/webapps/nodetest/lib/node_modules/npm
It worked
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment