Reputation: 41
I am new to Atom editor. When i want to run JS code in Atom, it continuously show an error message.
'C:\Users\Fahran' is not recognized as an internal or external command, operable program or batch file.
How can i fix it. Maybe this script package cause the error. But don't know how to fix it.
Upvotes: 0
Views: 169
Reputation: 932
Have you seen the FAQ on the atom site regarding executing code on atom? Additionally, check this out
Atom's packaging system is very well built. You should be able to browse for a similar build package for JS and try it out.
Upvotes: 1