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

The client npm install dependency error #7

Open
soander opened this issue Jul 24, 2022 · 6 comments
Open

The client npm install dependency error #7

soander opened this issue Jul 24, 2022 · 6 comments

Comments

@soander
Copy link

soander commented Jul 24, 2022

Use the npm install will raise a error about dependencies.

@soander
Copy link
Author

soander commented Jul 24, 2022

image
This is the error info.

@Hermess337
Copy link

Hi, I have the same problem, did you manage to solve it please ?

@soander
Copy link
Author

soander commented Oct 29, 2022

Hi, I have the same problem, did you manage to solve it please ?

Sorry, I didn't solve it.

@merikbest
Copy link
Owner

Hello
Try to delete the node_modules directory and the package-lock.json file (If you have them inside client directory)

  1. Click rmb on the client directory -> Open in -> Terminal
    2233444
  2. Run command: npm config set legacy-peer-deps true
  3. Then run command: npm install

@Hermess337
Copy link

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.

@merikbest
Copy link
Owner

@Hermess337
node: v16.16.0
npm: 8.17.0

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

No branches or pull requests

3 participants