How to check the version of installed package with NPM
Created at 21-Feb-2022 ,
By samar
How to check the version of installed package with NPM
With this article, we will examine several different instances of how to solve the "How to check the version of installed package with NPM".
You can get the version of installed package with NPM. You have to use the npm -v-
Get the version of an installed NPM package
npm -v <package-name> <p>OR</p> npm --version <package-name>
If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.
Don't forget to share this article! Help us spread the word by clicking the share button below.
We appreciate your support and are committed to providing you valuable and informative content.
We are thankful for your never ending support.
Random Code Snippet Queries: Nodejs
- Axios Delete request with body and headers in ReactJS
- How to convert query string to json object in node js
- RESOLVE unable to resolve dependency tree
- Get list of all installed packages in node project
- Npm ERR! missing script: start
- How to check if chart.js is installed ?
- How to convert json object to query string in node js