1 Matching Annotations
- May 2024
-
docs.npmjs.com docs.npmjs.com
-
Important for installing npm -g whatever
mkdir ~/.npm-global
npm config set-prefix '~/.npm-global'
export PATH=~/.npm-global/bin:$PATH
(Basically add to the path)
source ~/.bashrc
-