EN
npm check version
6 points
In this article we would like to show you how to check version of npm (Node Package Manager).
Quick solution:
xxxxxxxxxx
1
$ npm -v
2
6.9.0
Alternative:
xxxxxxxxxx
1
npm -version
2
6.9.0
In this article we would like to show you how to check version of npm (Node Package Manager).
Quick solution:
xxxxxxxxxx
$ npm -v
6.9.0
Alternative:
xxxxxxxxxx
npm -version
6.9.0