dotfiles/npm/README.md

16 lines
405 B
Markdown
Raw Normal View History

2016-01-23 00:58:21 +00:00
# NPM
* Install NPM packages globally without requiring sudo. ([source][1])
* Save exact version instead of a 'loose' version. ([source][2])
Create a symlink for ```.npmrc```
```ln -s npmrc ~/.npmrc```
Shell wizardry
`ln -s npm.zsh ~/.oh-my-zsh/custom/npm.zsh`
[1]: https://github.com/sindresorhus/guides/blob/master/npm-global-without-sudo.md
[2]: https://docs.npmjs.com/misc/config#save-exact