Answers for "see npm available versions"

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

npm get installed version

npm list your-package
Posted by: Guest on July-29-2021

Browse Popular Code Answers by Language