Answers for "add npm to $PATH ubuntu"

0

add npm to $PATH ubuntu

sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}
Posted by: Guest on February-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language