lib upgrade
does not install dependencies
#1856
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Milestone
Describe the problem
Arduino libraries may have dependencies on other libraries. These can be specified in the library's metadata, which will cause Arduino CLI to install them along with the library.
🐛 The dependencies of a library are not installed when a new version of the dependent library is installed by
arduino-cli lib upgrade
To reproduce
🐛 The new dependency
MKRWAN
(added after the time of the[email protected]
release) was not installed.Expected behavior
Install dependencies of libraries upgraded by
arduino-cli lib upgrade
, just as already happens when upgrading individual libraries (e.g.,arduino-cli lib install Arduino_ConnectionHandler
).Arduino CLI version
05d1446
Operating system
Windows
Operating system version
Windows 10
Issue checklist
The text was updated successfully, but these errors were encountered: