laravel-vue-ecommerce icon indicating copy to clipboard operation
laravel-vue-ecommerce copied to clipboard

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.

Open me924 opened this issue 1 year ago • 3 comments

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

me924 avatar Oct 11 '23 21:10 me924

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

arkohaddoebenezer avatar Dec 06 '23 09:12 arkohaddoebenezer

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.

LeftPinkie avatar Feb 19 '24 17:02 LeftPinkie

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

arkohaddoebenezer avatar Feb 19 '24 17:02 arkohaddoebenezer