Hi everyone! I have an issue with VSC since today. Until yesterday I was coding in PY and running the code without any problem. But today I decided to run a JS code and I noticed that I did not have the RUN button. So, I downloaded the Code Runner in VSC and problems started. Now I can not run either PY nor JS. I get this message in js:
[Running] node "c:\Users\marco\Desktop\edteam\practica.js"
"node" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
(translation would be: "node" is not recognized as an intern or extern command, program or file por executable lots.
and in case of py the same statement (but word node switch with python)
[Running] python -u "c:\Users\marco\Desktop\edteam\main.py"
"python" no se reconoce como un comando interno o externo,
programa o archivo por lotes ejecutable.
So, it seems like code runner bothered my vsc or sort of.
If anybody could help me with this please. I have to practice with PY but I need to practice with JS, as well. I would not want to uninstall Code Runner from VSC.
As you said, I could understand that js don´t run even with Code Run installed because something else is missing (as the node.js for instance); but why python is bothered if until some hours ago it was running properly? I have uninstalled code run, I don´t want to bother mi first python training and get stuck.
Pd. I have seen the node.js you say to install in the VSC marketplace but there are several of them, namely: node.js, node.js extension pack; vs code for node.js; node.js repl, and so on. Which of those is te correcto one?