In this pull request,
In the CLIENT folder
delete package-lock.json and node_modules
make sure your package.json looks like this
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^13.5.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
…odule
In this pull request, In the CLIENT folder delete package-lock.json and node_modules make sure your package.json looks like this "dependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^13.5.0", "react": "17.0.2", "react-dom": "17.0.2", "react-scripts": "5.0.1", "web-vitals": "^2.1.4" },
now run npm i