npm view <package> version - returns the latest available version on the package.
npm list --depth=0 -g - returns versions of all
globally installed modules without dependencies.
npm list - returns versions of all modules and
dependencies.
node -v – To get node version:
No comments:
Post a Comment