Answers for "find package version npm"

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

find npmrc file ubuntu

npm config ls -l | grep config
Posted by: Guest on December-24-2020

Browse Popular Code Answers by Language