Closed sandrooco closed 1 month ago
Quick update: I tried adding the following override in my package.json: "@lit-labs/observers": "2.0.3"
This is the latest version according to npm, which actually works.
So I guess there's just something small wrong with how this dep is handled. :)
Hello @sandrooco Thanks for the bug report. Our dependency assignment was not working as expected and should be fixed by #3102.
Thank you very much for the quick fix, @kyubisation!
Preflight Checklist
Bug type
Other
It affects the following packages
Components
Which version of Lyne Components are you using
1.11.0
Operating system
any
Browser / Browser version
not relevant
Input mode
None
Additional settings
No response
What happened?
I'm trying to update to Lyne 1.11.0 (thanks for the fixes!). Unfortunately something seems to be off with the dependencies. When installing them, I get the error "
ETARGET: No matching version found for @lit-labs/observers@^3.0.0OBSERVERS.
" Yarn will let me choose an existing version, npm will just throw an error and exit.Steps to reproduce the issue
npm install
oryarn install
Relevant log output