How to find the latest stable version of an npm package? -
this question covers how npm cli show latest version of package:
npm view [pkg_name] version
but if npm view async version
2.0.0-rc.6
, release candidate.
is there command tell me current stable version?
Comments
Post a Comment