nodejs
node.exe
bad option: -version
In this video,i was trying to get version of node js installed on system.
I used the command node -version.But i got the error
C:\Program Files\nodejs\node.exe: bad option: -version
So i rewrite the command as
node --version
I hope this video will help you