Arduino CLI couldn't find the library #89
DRSDavidSoft
started this conversation in
General
Replies: 1 comment 2 replies
-
Yes this is normal. Arduino are syncing the tags each night. PlatformIO is better at managing dependencies and Vscode is a better IDE. https://github.com/mathieucarbou/ESPAsyncWebServer/blob/main/.github/workflows/ci.yml#L58 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
This might be a trivial question, but I'm unable to install the library using
arduino-cli
and thesketch.yaml
file.I have tried the following:
mathieucarbou/ESPAsyncWebServer (3.2.2)
mathieucarbou/ESPAsyncWebServer @ 3.2.2
Which gives me:
And
ESPAsyncWebServer (3.2.2)
which gives me:Before this, I used to either uncompress the zip file or directly clone the git repo to the libraries directory.
I was wondering if you might have some clues regarding the cli, as the IDE I believe allows users to search for and install the fork.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions