-
Notifications
You must be signed in to change notification settings - Fork 367
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
Cannot update from 4.6.0 to 5.0.1 on Node v16.13.2 #346
Comments
Strange. Helmet has no dependencies (only devDependencies). Are you installing Helmet with devDependencies?
Also, it looks like the "required" versions would include Node 16, so that's also confusing.
|
This is my package.json |
What happens when you run |
I think it might be caused by Supertest after looking through this thread: ladjs/superagent#1665 |
I think that's the problem. I'm going to close this issue but let me know if that's wrong and I'll reopen. |
It seems like the dependency superagent is preventing me from doing so:
The text was updated successfully, but these errors were encountered: