Closed
Description
I run arduino-cli in my React app and when I tested app without network i got this message:
Error: Command failed: .\extra\arduino-cli.exe board list --format json
Error detecting boards: error getting board info from Arduino Cloud
I want my app work without network. How can I download board info and work with it offline?