anonymoussc
Jun 30, 2018 • Less than a minute read

Install Package Without Root Privilege Bash Example

which npm
ls -ld /usr/local/bin/npm
sudo chown -R $USER /usr/local/bin/npm
chmod -R o+rwx  /usr/local/bin/npm

Quality is not an act, it is a habit. - Aristotle

Post by: Anonymoussc (@anonymoussc)