Skip to content

Instantly share code, notes, and snippets.

View Durairaj's full-sized avatar
🎯
Focusing

Durairaj Subramaniam Durairaj

🎯
Focusing
View GitHub Profile
@Durairaj
Durairaj / fix-homebrew-npm.md
Created December 22, 2015 22:36 — forked from DanHerbert/fix-homebrew-npm.md
Instructions on how to fix npm if you've installed Node through Homebrew on Mac OS X or Linuxbrew

Fixing npm On Mac OS X for Homebrew Users

If you just want to fix the issue quickly, scroll down to the "solution" section below.

Explanation of the issue

If you're a Homebrew user and you installed node via Homebrew, there is a major philosophical issue with the way Homebrew and NPM work together. If you install node with Homebrew and then try to do npm update npm -g, you may see an error like this:

$ npm update npm -g