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

I am trying to install npm, but this error appears. I have tried many solutions from the stacoverflow website and other sites, but I could not solve the problem. The version of node installed on my device is 18, the latest version, win11. #13

Open
me924 opened this issue Oct 11, 2023 · 3 comments

Comments

@me924
Copy link

me924 commented Oct 11, 2023

لقطة شاشة 2023-10-12 004844

@arkohaddoebenezer
Copy link

Delete the node_moduless folder, make sure you're have a good internet and then run npm install in the terminal

@LeftPinkie
Copy link

This will still cause errors. You will need to run npm with the legacy-peer-deps flag: npm install --legacy-peer-deps. There will be 1 moderate severity vulnerability, and you can fix this by running npm audit fix.

@arkohaddoebenezer
Copy link

yest, that solved it, I forgot to come provide update here, thanks @LeftPinkie

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