Answers for "npm show package versions"

1

npm display all versions

// nicely formatted npm package versions:
npm view <package-name> versions  --json
Posted by: Guest on April-06-2021
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

Code answers related to "npm show package versions"

Browse Popular Code Answers by Language