You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountered a mistake with the first exercise where it believes an older version of npm is later than my current version:
> how-to-npm verify
verifying that npm is installed...
You have version 4.1.2 installed. Great!
Now let's see what the latest version is... wait for it...
The latest npm is: 4.4.1
You have version 4.1.2, but the latest is 4.4.1
Run `npm install npm -g` to upgrade it
(You can also just skip this if you want)