I am trying to upgrade npm to the latest version since I am using 1.4.28. Using:
npm update -g npm
I get the following output:
npm@1.3.26 C:\Users\ck\AppData\Roaming\npm\node_modules\npm-check-updates\node_modules\npm npm@2.1.5 C:\Users\ck\AppData\Roaming\npm\node_modules\ember-cli\node_modules\npm
and then run
npm -v
I see that I'm still using 1.4.28; I canβt understand the result that I got after trying to update, since it is about 1.3.26 and 2.1.5, but I installed 1.4.28 ??
I am in windows and I have already tried to uninstall and reinstall node;
source share