-
Notifications
You must be signed in to change notification settings - Fork 826
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm 7 (node 15/16) install fails on main in a fresh repo clone #2093
Comments
I accidentally used nodejs 15.14.0 which comes with npm 7. Looks like the changes done there regarding peer dependencies cause this. |
Yeah, a |
There's probably not much we can do until our deps are ready for npm 7 |
I invested not that much time in this because I have more or less no experience with webpack and such tools. I think we should start to find a replacement compatible with 5.x. |
I think we could switch to use |
We could do a "best effort" to keep node 8 compatibility while not specifically using it in our testing infrastructure |
As far as I understood For node we use |
@Flarna is this still an issue? Going to close this as I think it is resolved but reopen if that is wrong. |
What version of OpenTelemetry are you using?
tip of main branch
What version of Node are you using?
14.16.0edit: 15.14.0
Please provide the code you used to setup the OpenTelemetry SDK
What did you do?
npm install --no-package-lock
What did you expect to see?
successful lerna bootstrap
What did you see instead?
Additional context
No idea why this doesn't occur in CI. Maybe because we have some cached package-lock.json fails.
Refs:
#1907 (update karma-webpack to v5)
#1598 (update webpack to 5.x - not yet merged)
The text was updated successfully, but these errors were encountered: