Find the current version of installed packages using NPM
Things change quickly in the world of node development, you’re usually working with a lot of different modules within your projects. Fortunately there’s a great package manager that most node developers used called NPM. It makes installing and updating dependencies in your environment fairly simple. At anytime you can see a list of installed packages and their version number using:
npm ls installed
No Comments
Comments RSS
TrackBack Identifier URI
No comments. Be the first.
Leave a comment