Arduino CLI build tool dependencies are undocumented #1558
Labels
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
Describe the problem
After following the instructions to compile Arduino IDE under Windows, I stumbled on this error after running
yarn
.I'm unable to compile this project.
To reproduce
Call
yarn
in the Arduino IDE source code folder.Expected behavior
Everything works until next step.
Arduino IDE version
Arduino IDE source code
Operating system
Windows
Operating system version
10.0.22623.741
Additional context
It's not a software bug but missing information in the developer guide.
In addition to documenting this information, it would be helpful if the script that invokes
task
first checked if the executable was available in the system path (similar to the shellwhich
builtin) and if not printed a helpful error message explaining that user must install the dependency.Issue checklist
The text was updated successfully, but these errors were encountered: