I am using Atom with Windows, I am trying to execute JS code in Atom using script package, but it’s failing with error, “‘C:/Users/xxxx’ is not recognized as an internal or external command.” I think this is because I have spaces in users folder name, but how and where in Atom can I fix this ?
Error when trying to execute JS code in Atom
You can’t fix it in Atom, because the command is being sent by the script
package. The place to get the bug fixed would be the package’s GitHub repository. Alternatively, you can look for another package that behaves better with your username.