I installed node js v13.14.0 on my machine but when I am trying to hit node -version it gives me an error saying node: bad option: -version whereas it works for npm -v and node -v. Also, complete command npm -version works.
And I am not able to start npm with npm start command. Can somebody plz help?