Click here to Skip to main content
15,885,537 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
This is the error I get when I try to run a hello world code written in JavaScript on Visual Studio Code:

[Running] node "c:\Users\arda1\OneDrive\Masaüstü\KAYRA\Yazılım\Javascript\Javascript projeler\market.js"
'node' is not recognized as an internal or external command,
operable program or batch file.

[Done] exited with code=1 in 0.203 seconds

What I have tried:

Tbh I'm new into programming so I can't say I have tried much.
Posted
Updated 14-Nov-22 0:12am
Comments
OriginalGriff 13-Nov-22 14:28pm    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind - we only get exactly what you type to work with - we get no other context for your project.
Imagine this: you go for a drive in the country, but you have a problem with the car. You call the garage, say "it broke" and turn off your phone. How long will you be waiting before the garage arrives with the right bits and tools to fix the car given they don't know what make or model it is, who you are, what happened when it all went wrong, or even where you are?

That's what you've done here. So stop typing as little as possible and try explaining things to people who have no way to access your project!

Use the "Improve question" widget to edit your question and provide better information.

1 solution

This sounds like you haven't actually got Node.js installed on your system. Make sure to download and install it from Node.js[^]

When developing code you need to make sure you have the supporting frameworks installed. If you're following a tutorial then you should make sure to pay attention to the "prerequisites" part.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900