On OSX, running the npm global install command installs the packages at
/usr/local/lib/node_modules
If you leave out the global flag (-g), the packages get installed in the current directory you are in.
On OSX, running the npm global install command installs the packages at
/usr/local/lib/node_modules
If you leave out the global flag (-g), the packages get installed in the current directory you are in.