mattly / bork

the Bash-Operated Reconciling Kludge
Other
218 stars 27 forks source link

npm should use `install -g` for upgrades #69

Closed mattly closed 6 years ago

mattly commented 8 years ago

Apparently due to npm/npm#12089 it's possible to install something newer than the latest with npm upgrade -g and you should use npm install -g instead.