Skip to content

Instantly share code, notes, and snippets.

@DAddYE
Created January 30, 2014 21:36
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 DAddYE/8720398 to your computer and use it in GitHub Desktop.
Save DAddYE/8720398 to your computer and use it in GitHub Desktop.
Fix the freaking npm update -g
#!/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