Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 948 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 948 Bytes

npm-g_nosudo

A shell script which will fix the problem where you want to stop using sudo for npm -g on Ubuntu.

Inspired by a day trying to sort various machines out on our system to run code nicely.

and this Stackoverflow answer

Tested on Ubuntu 14.04 with Bash

##Usage:

Download the script, run it:

./npm-g-nosudo.sh

or

wget -O- https://raw.githubusercontent.com/glenpike/npm-g_nosudo/master/npm-g-nosudo.sh | sh

It will give you the option to fix your .bashrc .zshrc file(s) automatically to use the settings from Sindre Sorhus' Guide

If you say "n", it will print the variables you need to enable you to fix manually.

If you say "y", you will need to source your corresponding file for your current environment vars to be updated.

License

MIT © Glen Pike