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

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -