Kanika637 / amazon-clone

Clone of Amazon Website
MIT License
89 stars 100 forks source link

npm i is not working in after fork and clone to this repositores #163

Closed athifbinu closed 1 year ago

athifbinu commented 1 year ago

Describe the bug

I Want To Contribute to This Project I am following this this steps git fork in this repository git clone cd amazon clone npm i but is not working amazon

Expected behaviour

npm dependencies are not install

Screenshots

Screenshot from 2023-02-10 10-21-50

Additional context

No response

Kanika637 commented 1 year ago

Try entering the command npm install --legacy-peer-deps

athifbinu commented 1 year ago

Thanks