77347/how-to-show-the-latest-version-of-a-package
Hello @kartik,
You can use:
npm show {pkg} version
(so npm show express version will return now 3.0.0rc3).
Hope it works!!
Hello @kartik, npm-check-updates is a utility that automatically adjusts ...READ MORE
Hello @kartik, Use the npm bin command to get the ...READ MORE
Hello @kartik, You could remove your node_modules/ folder ...READ MORE
Hello @kartik, I have created the following, and ...READ MORE
Hello, In the error callback or $.ajax you have three ...READ MORE
Hello @kartik, If your script is called myScript.js ...READ MORE
Hello @kartik, Try this code : // Create an ...READ MORE
Hello @kartik, Use node-inspector from any browser supporting WebSocket. Breakpoints, ...READ MORE
Hello @kartik, If you have to install an ...READ MORE
Hello, npm view <package> version - returns the latest ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.