Skip to content

Instantly share code, notes, and snippets.

@torifat
Created January 3, 2014 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torifat/8242524 to your computer and use it in GitHub Desktop.
Save torifat/8242524 to your computer and use it in GitHub Desktop.
#!/bin/bash
for man in 1 3 5 7; do
ln -sf /usr/local/lib/node_modules/npm/man/man${man}/* /usr/local/share/man/man${man}
done
ln -sf /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm
npm update npm -g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment