Rifat
Rifat

Reputation: 1888

Does Node.js ship with latest npm version?

Installed latest Node.js(as of april,18) and checked npm version it showed version 5.6.~. But React native showed warning to use latest version of it. I used command line to upgrade to version 6.0 . Does node.js ship with latest version of npm?

Upvotes: 3

Views: 1915

Answers (1)

Gabriel Bleu
Gabriel Bleu

Reputation: 10204

You can refer to the node download page to see which npm version is shipped with each node version.

At this time, both node 8.11.1 and 9.11.1 are shipped with npm 5.6.0 while the latest npm is 5.8.0.

Upvotes: 4

Related Questions