Answers for "check whether npm is installed or not"

5

check npm version

npm -v
Posted by: Guest on April-26-2020
0

how to check if npm is installed

npm -v

this shows the current version of npm installed, if it says it is not recognized then you don't have it installed yet
Posted by: Guest on October-29-2021

Code answers related to "check whether npm is installed or not"

Code answers related to "Javascript"

Browse Popular Code Answers by Language