developerasun / myCodeBox-web

Open source code box for web developers.
Apache License 2.0
5 stars 0 forks source link

NPM : check package version #213

Open developerasun opened 2 years ago

developerasun commented 2 years ago

research : how to check package version with npm command

run this

$npm view (package name) version 

result

npm view version

reference