I’m trying to update my ws dependency in node modules but having some conflicts mentioned below:
@next/[email protected] requires ws@^7.3.1 via [email protected]
@ness/[email protected] requires ws@^8.4.2
[email protected] requires ws@^8.11.0 via [email protected]
The patched version which I can install is 8.17.1. How to do the same?
I have tried to update my package.json using the following code:
"overrides": {
"ws": "8.17.1"
},
but it didn’t work
New contributor
simran is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1