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
Post by: Anonymoussc (@anonymoussc)Quality is not an act, it is a habit. - Aristotle