-
-
Notifications
You must be signed in to change notification settings - Fork 404
DATADIR (~/.arduino15 or equivalent) is not created automatically #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm seeing this when trying it out on a Linux Travis CI too:
|
I had to make:
|
I also just ran into this. I followed the instructions here (version 0.2.2) https://forum.mysensors.org/topic/9845/arduino-has-an-official-cli-app-now/2 But something went wrong on the update command.
|
@flatsiedatsie you're using an outdated version of arduino-cli. That bug was already fixed after the 0.3.2-alpha.preview release. You need to install the latest version (0.3.3-alpha.preview). |
Thanks. I updated the instructions on the MySensors forum to use the 0.3.3 version. |
Add CI workflow to lint configuration files
Arduino-cli appears to assume the IDE exists, and doesn't always handle the lack cleanly.
Example (release binary arduino-cli-0.2.0-alpha.preview-osx):
In this case,
~/Library/arduino15
is assumed to exist, and is not created if it doesn't. Manually creating~/Library/arduino15
allows update-index to complete cleanly.The text was updated successfully, but these errors were encountered: