Answers for "how to know what version of npm am I using"

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

Code answers related to "how to know what version of npm am I using"

Browse Popular Code Answers by Language