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 creating a new sketch with arduino-cli sketch new myFirstSketch, if the directory /home/my_name/Arduino (on Linux) is not present, the creation fails when attempting to mkdir the sketch directory. It should use the mkdir -p command instead.
Linux Mint 64 bit.
Arduino-cli 0.2.1-alpha-preview.
Loving this tool by the way. Great work.
Cheers,
Norm.
The text was updated successfully, but these errors were encountered:
When creating a new sketch with
arduino-cli sketch new myFirstSketch
, if the directory/home/my_name/Arduino
(on Linux) is not present, the creation fails when attempting tomkdir
the sketch directory. It should use themkdir -p
command instead.Linux Mint 64 bit.
Arduino-cli 0.2.1-alpha-preview.
Loving this tool by the way. Great work.
Cheers,
Norm.
The text was updated successfully, but these errors were encountered: