You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Same thing happened again after updating windows 10. I have submitted feedback to windows about the issue but I'm wondering if Atom-Beautify should check for this in the which function?
I really want to focus on improving the installation experience for users. I have created a new Issue, #1687, to target this problem. Please provide your feedback! Thanks in advance.
I was having an issue where every command that I did not explicitly set the path to was throwing an error.
Could not find 'X'. The program may not be installed.
I tracked the bug down to /src/beautifiers/beautifier.coffee#L171
Turns out my
PATH
variable was set toPath
soenv.PATH
was undefinedI have no idea how the variable name got changed but when I changed it back and restarted Atom everything worked fine.
Just throwing this out there for anyone else who may have this issue.
The text was updated successfully, but these errors were encountered: