You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reporting a bug. When I import express, it imports accepts which imports negotiator. However, it seems that version 1.3.8 of accepts cannot find the negotiator dependency. It has to be explicitly installed in the project. Some more details:
Node version: 20.10.0
Express version: 4.17.0
Reverting to accepts 1.3.7 fixes the issue.
The text was updated successfully, but these errors were encountered:
I can't repro this, purge your node_modules and reinstall to see if it persists. If you can create a repro then we can look at it but I don't think there should be any breakage here
I am able to repro it successfully after multiple attempts deleting node_modules and yarn.lock. I unfortunately am limited in how much code I can share due to this being corporate code, but I'm happy to provide any details you need to repro the issue
What version of yarn? Does it repro with npm install?
Can you do an npm ls or yarn list to dump your dep tree and share it?
Im still leaning that this is a dep resolution issue on your machine. We pin deps under the express family of orgs so the dep tree really doesnt shift around. But how it is reconciled in your project on your machine can always be a pleasant surprise!
But its just guessing unless you can create a minimal repro.
Hi!
Reporting a bug. When I import express, it imports accepts which imports negotiator. However, it seems that version 1.3.8 of accepts cannot find the negotiator dependency. It has to be explicitly installed in the project. Some more details:
Node version: 20.10.0
Express version: 4.17.0
Reverting to accepts 1.3.7 fixes the issue.
The text was updated successfully, but these errors were encountered: