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
I have downloaded the arduino-cli binary, installed in /usr/local/bin/.
When I run arduino-cli core update-index for the first time I get
Updating index: package_index.json downloaded
Error: open /Users/fabio/Library/arduino15/package_index.json: no such file or directory
Error saving downloaded index https://downloads.arduino.cc/packages/package_index.json
So I manually create the folder:
mkdir /Users/fabio/Library/arduino15
and the issue is solved.
I don't know if the documentation should indicate to the user to create the directory or the tool should create it.
I am willing to help patch the sources if the tool should create the directory.
The text was updated successfully, but these errors were encountered:
fabiopozzi
changed the title
arduino-cli OSX doesn't create arduino15 folder
arduino-cli on OSX doesn't create arduino15 folder
Aug 25, 2018
I have downloaded the arduino-cli binary, installed in
/usr/local/bin/
.When I run
arduino-cli core update-index
for the first time I getSo I manually create the folder:
and the issue is solved.
I don't know if the documentation should indicate to the user to create the directory or the tool should create it.
I am willing to help patch the sources if the tool should create the directory.
The text was updated successfully, but these errors were encountered: