nodejs node.exe: bad option: -version error fixed with example

Опубликовано: 28 Сентябрь 2024
на канале: Tech Nursery
1,484
2

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