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
When trying to build a .pde (Processing) file using either build-processing package or my custom build command, I get an error: "C:\mypath" does not exist. But the path does exist and when I use the exact same command in cmd, it works.
Here's my custom build file and the command it's producing.
Hello beautiful people!
When trying to build a
.pde
(Processing) file using either build-processing package or my custom build command, I get an error:"C:\mypath" does not exist
. But the path does exist and when I use the exact same command in cmd, it works.Here's my custom build file and the command it's producing.
cmd /C processing-java --sketch="C:\mypath" --run
Does it have something to do with atom-build
cmd /C
prefix?I would be very grateful for some help.
Cheers!
The text was updated successfully, but these errors were encountered: