PriyankaGurnaniCometChat / marketplace-cometchat

How to Build a Marketplace Site with React & Node.js (Amazon Clone) with CometChat
MIT License
3 stars 7 forks source link

Module not found errors #1

Open bucks-bros opened 2 years ago

bucks-bros commented 2 years ago

I followed everything as mentioned in the Medium article but I get following errors on start. There are tans of similar errors. I am new to react. I believe these are related to dependencies, but not sure how to fix. My versions are as followed

$ npm --version 8.1.2

$ node --version v16.13.2

image

igorasilveira commented 2 years ago

Hi @bucks-bros. The npm install command must be run at the root of the project.