sir i’m using visual code on ubuntu and im not able run .js file in it it says “is node installed?”
what should i do?
Js code on visual studio
Can you attach screenshots, and errors?
I cant understand the problem.
check if you have node installed by running command
node --version
if not install it and then try to run, or if installed attach a screenshot