How to check NPM running or installed version?
If you want to see the installed version of NPM then follow these steps.
Step 01. Open the windows command prompt or press Window Key + R and write cmd and press enter.
Step 02. After open the windows command prompt, enter the below command
[code]
npm -v
[/code]

Thank you to read. Regards
Leave a Reply
You must be logged in to post a comment.