Skip to content
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

Closed
imliuyzh opened this issue Jan 11, 2022 · 7 comments
Closed

Cannot update from 4.6.0 to 5.0.1 on Node v16.13.2 #346

imliuyzh opened this issue Jan 11, 2022 · 7 comments

Comments

@imliuyzh
Copy link

It seems like the dependency superagent is preventing me from doing so:
image

@EvanHahn
Copy link
Member

EvanHahn commented Jan 11, 2022 via email

@imliuyzh
Copy link
Author

This is my package.json
{ "name": "antcatalog-server", "version": "1.0.0", "private": true, "main": "index.js", "scripts": { "start": "node index.js", "dev": "nodemon index.js", "test": "jest", "coverage": "jest --coverage", "jslint": "npx semistandard" }, "author": "Yizhen Liu", "license": "ISC", "devDependencies": { "jest": "^27.1.0", "nodemon": "^2.0.12", "semistandard": "^16.0.1", "supertest": "^6.1.6" }, "dependencies": { "apicache": "^1.6.2", "compression": "^1.7.4", "cors": "^2.8.5", "express": "^4.17.1", "express-rate-limit": "^5.3.0", "express-validator": "^6.12.1", "fuse.js": "^6.4.6", "helmet": "^4.6.0", "node-cache": "^5.1.2", "sequelize": "^6.6.5", "sqlite3": "^5.0.2", "winston": "^3.3.3" } }

@EvanHahn
Copy link
Member

What happens when you run npm install?

@imliuyzh
Copy link
Author

I cloned my repository again and ran npm i:
image

@imliuyzh
Copy link
Author

This is what happened after I ran npm update:
image

@imliuyzh
Copy link
Author

I think it might be caused by Supertest after looking through this thread: ladjs/superagent#1665

@EvanHahn
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants