Answers for "npm command to see version of a libraries"

16

npm check package version

local packages:
~$ npm list

globally installed packages:
~$ npm list -g

specific package:
~$ npm list <package>
Posted by: Guest on March-29-2020
1

npm list version of package

npm view webpack versions  --json
Posted by: Guest on April-21-2021

Code answers related to "npm command to see version of a libraries"

Browse Popular Code Answers by Language