Answers for "show package versions npm"

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
1

npm list version of package

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

Code answers related to "show package versions npm"

Browse Popular Code Answers by Language