You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: