Answers for "how to check version of a package on command line"

11

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
0

linux how to check version of package

$ apt list pkg-name
//show all possible versions on repository
$ apt list pkg-name -a
Posted by: Guest on August-16-2020

Code answers related to "how to check version of a package on command line"

Browse Popular Code Answers by Language