Answers for "where is my nodejs installed windows"

7

how to check if you have nodejs installed

Open CMD or Terminal on Visual Studio Code & type node -v. 
You should get something like: v12.10.0
Posted by: Guest on August-28-2020
0

windows install node and npm

npm init to start a new project
nodejs.org/download to download node.js
Posted by: Guest on June-01-2021

Code answers related to "where is my nodejs installed windows"

Code answers related to "Javascript"

Browse Popular Code Answers by Language