Replies: 1 comment
-
Thanks for tracking this down! It looks like Node 18 support was added in commit 223f17749a5e1eeb0969a5efad144ffc7f5f7cc7. Upgrading to a release that includes this commit resolves the installation error under Node 18. I’ll go ahead and close this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there 👋,
I’m running an Angular 15 project on Node 18.20.8 and recently bumped into this error during CI/CD:
error @grafana/[email protected]: The engine "node" is incompatible with this module. Expected version ">=20.0.0". Got "18.20.8"
I’m using:
@grafana/faro-web-sdk
1.12.2@grafana/faro-web-tracing
1.12.2@opentelemetry/api
1.9.0…and cannot upgrade our pipeline or dev machines to Node 20 just yet, because:
Questions for the maintainers / community
engines.node
field in@grafana/[email protected]
so it will accept Node 18?Thank you for any guidance or pointers! 🙏
Beta Was this translation helpful? Give feedback.
All reactions