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 command in CLI, it will return the version of specified package.
  • Get the version of an installed NPM package

    npm -v <package-name>
    <p>OR</p>
    npm --version <package-name>
    

Back to code snippet queries related nodejs

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Buy Me A Coffee

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.