jgudo / ecommerce-react

eCommerce web application using React, Redux, Redux-Saga, Firebase and SASS.
https://salinaka-ecommerce.web.app
Apache License 2.0
1.16k stars 639 forks source link

getting error while installing npm some #18

Closed aslamsk closed 3 years ago

aslamsk commented 3 years ago

getting error while installing npm some Screenshot (30)

jgudo commented 3 years ago

Have you tried deleting the package-lock.json and node_modules then run npm install again?

aslamsk commented 3 years ago

Yah I tried but till getting

On Sun, 25 Oct 2020, 05:47 Julius Guevarra, notifications@github.com wrote:

Have you tried deleting the package-lock.json and node_modules then run npm install again?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jgudo/ecommerce-react/issues/18#issuecomment-716072511, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANANKOUQQZO4ZXC27A42JO3SMNVBFANCNFSM4S5WDWHA .

jgudo commented 3 years ago

Even after cleaning the npm cache? npm cache clean --force

aslamsk commented 3 years ago

This process also done but not worked till getting same to same error

On Mon, 26 Oct 2020, 15:54 Julius Guevarra, notifications@github.com wrote:

Even after cleaning the npm cache? npm cache clean --force

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jgudo/ecommerce-react/issues/18#issuecomment-716453897, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANANKOQD45EK4Z5FTSJAHWDSMVE4RANCNFSM4S5WDWHA .

jgudo commented 3 years ago

What version of npm are you using? Try again deleting node_modules + package-lock.json + running npm cache clean --force. If the problem still exists, try reinstalling/update node/npm. I'm going to close this since I can't reproduce the problem and it seems that problem is in your end.