EN
Node.js - how to check version from command prompt?
1 answers
0 points
How can I check my Node.js version from Windows10 command prompt (cmd)?
1 answer
0 points
To check Node.js version from cmd simply type the following command:
xxxxxxxxxx
1
node -v
You could also check out the article:
0 commentsShow commentsAdd comment