Answers for "get the version of npm package"

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
2

npm get latest version of package

npm show {pkg} version
Posted by: Guest on July-28-2020

Code answers related to "get the version of npm package"

Browse Popular Code Answers by Language