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
{{ message }}
This repository has been archived by the owner on May 12, 2020. It is now read-only.
Run Particle Dev, which normally brings up the previous project code
Click File: New Window
Click Open File…
Navigate to the folder where the .ino file is located, select it (the file), which brings up the code in the IDE
Click on “Compile and show errors, if any”
What Happens
You get a Uncaught Error: ENOENT: no such file or directory, uv_chdir error
What Should Happen
The file should compile without an issue (if it's valid source code)
Work Around
Run Particle Dev, which normally brings up the previous project code
Click File: New Window
Click Open Folder…
Navigate to the folder that contains the .ino file I want to edit/compile, select it, which loads the files in the folder into the left side of the IDE.
Click on the .ino file to load it into the editor.
Click on “Compile and show errors, if any”
Special Thanks
To Don for submitting this issue in a support ticket
The text was updated successfully, but these errors were encountered:
Steps to Replicate
What Happens
You get a
Uncaught Error: ENOENT: no such file or directory, uv_chdir
errorWhat Should Happen
The file should compile without an issue (if it's valid source code)
Work Around
Special Thanks
To Don for submitting this issue in a support ticket
The text was updated successfully, but these errors were encountered: