Closed mattly closed 6 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.
npm upgrade -g
npm install -g
Apparently due to npm/npm#12089 it's possible to install something newer than the latest with
npm upgrade -g
and you should usenpm install -g
instead.