twitter-spring-reactjs
twitter-spring-reactjs copied to clipboard
The client npm install dependency error
Use the npm install will raise a error about dependencies.
This is the error info.
Hi, I have the same problem, did you manage to solve it please ?
Hi, I have the same problem, did you manage to solve it please ?
Sorry, I didn't solve it.
Hello Try to delete the node_modules directory and the package-lock.json file (If you have them inside client directory)
- Click rmb on the client directory -> Open in -> Terminal

- Run command:
npm config set legacy-peer-deps true - Then run command:
npm install
Hello, thank you for your answer Can you tell me what version of node and Npm you have please? Because it seems that there are a lot of dependencies that are no longer compatible with the latest version of node and when I downgrade my version of node I get many vulnerabilities.
@Hermess337 node: v16.16.0 npm: 8.17.0