dotfiles/npm
George Rawlinson 0561929428 Remove old references to manual ZSH plugin installation 2016-10-22 11:21:08 +13:00
..
README.md Remove old references to manual ZSH plugin installation 2016-10-22 11:21:08 +13:00
npm.zsh Initial commit. 2016-01-23 13:58:21 +13:00
npmrc Initial commit. 2016-01-23 13:58:21 +13:00

README.md

NPM

  • Install NPM packages globally without requiring sudo. (source)
  • Save exact version instead of a 'loose' version. (source)

Create directory for global packages

mkdir ~/.npm-packages

Copy .npmrc

cp ~/.dotfiles/npm/npmrc ~/.npmrc