Answers for "find version of npm"

3

checking the npm version

// Any of the below command will work.

npm -v
npm --v
npm -version
npm --version
Posted by: Guest on June-08-2021
0

check latest version of npm package

npm show {pkg} version
Posted by: Guest on June-18-2021

Browse Popular Code Answers by Language