Skip to content

Instantly share code, notes, and snippets.

@jbenner-radham
Last active December 4, 2015 17:04
Show Gist options
  • Select an option

  • Save jbenner-radham/3a939167b7069694a23c to your computer and use it in GitHub Desktop.

Select an option

Save jbenner-radham/3a939167b7069694a23c to your computer and use it in GitHub Desktop.
Fix for a borked npm on a system with Node.js installed via Homebrew.
#!/usr/bin/env sh
npm explore npm -g -- sh scripts/clean-old.sh
npm -g rm npm
curl -L https://npmjs.org/install.sh | npm_config_prefix=$(brew --prefix) sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment