dotfiles/npm/npmrc

6 lines
153 B
Plaintext

# Install NPM packages globally without requiring sudo.
prefix=${HOME}/.npm-packages
# Save exact version instead of a 'loose' version.
save-exact=true