Senin, 14 Oktober 2024

How To Check NPM version

NPM is the world's largest software registry.

To check NPM Version Using the Command Line (Windows, Linux and macOS)

  1. open Windows Command Prompt, to read more click How To Launch Command Prompt tutorial.
  2. after Command Prompt window show, type this NPM command:
    npm -v
    or
    npm --version
  3. then press Enter on keyboard.

    Its output contains the Node.js the major, minor, and patch releases.
    Notes: For other command line help, type: npm --help 

    <  If you want to learn about checking Node JS version, click How To Check Node.js Version

    Bibliography

    https://nodejs.org/
    https://docs.npmjs.com/

    Related Post

    Tidak ada komentar:

    Posting Komentar

    Various Other Posts