add npm info permission error

This commit is contained in:
Mariano Sciacco
2021-11-15 19:11:42 +01:00
parent 6f8745980a
commit 9928f75037

View File

@@ -0,0 +1,21 @@
Checkout this: https://stackoverflow.com/a/55274930
$ mkdir ~/.npm-global
Configure npm to use the new directory path:
$ npm config set prefix '~/.npm-global'
In your preferred text editor, open or create a
~/.profile
file and add this line:
export PATH=~/.npm-global/bin:$PATH
On the command line, update your system variables:
source ~/.profile