On my windows 10 I have NPM 5.5.1 & Node 8.9.2 installed.
When I run the the command "npm i -g npm 6.4.1" I get bellow error. How to upgrade npm to 6.4.1 from 5.5.1 ?
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesStack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
Explore Stack InternalOn my windows 10 I have NPM 5.5.1 & Node 8.9.2 installed.
When I run the the command "npm i -g npm 6.4.1" I get bellow error. How to upgrade npm to 6.4.1 from 5.5.1 ?
Better you try like this
npm install -g [email protected]

[email protected]instead ofnpm 6.4.1