I am not sure that this happens (will happen) every time I install a new library, but at least I have seen this many times now after installing a library with npm
:
Update available 5.6.0 → 5.8.0
Run npm i -g npm to update
I do that, of course, and the next time I install a library it happens again. I think I did not see that when I started using npm
.
What could be going on here?
(I am on Windows 10 when doing this. After updating npm --version
says 5.8.0
. Next time I will check before...)
EDIT: Just checked with npm --version
when I got the message to update. The version is 5.8.0, not 5.6.0. Quite strange.