adrianhajdin / project_syncfusion_dashboard

This is a code repository for the corresponding YouTube video. In this tutorial we are going to build and deploy a an admin dashboard app using React.js and Syncfusion
https://jsmastery.pro
GNU Affero General Public License v3.0
3.04k stars 1.05k forks source link

Its giving the below error when starting the application #18

Open hemant-45 opened 1 year ago

hemant-45 commented 1 year ago

image

Pannu786 commented 1 year ago

Can you share the source code?

hemant-45 commented 1 year ago

I have downloaded the [project_syncfusion_dashboard] code and then run the npm i command in my system After that, i have run the npm start command , then this error starts coming

Pannu786 commented 1 year ago

Try this npm install --legacy-peer-deps. See if this helps.

dicucristiann commented 1 year ago

Yes, "npm install" should be the first command you run after cloning a repository. Because "npm install" is what installs the third-party libraries that your code requires to run. Of course, the "package.json" file already exists, but it installs only the missing packages and those that need an update.