Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Its giving the below error when starting the application #18

Open
hemant-45 opened this issue Sep 17, 2022 · 4 comments
Open

Its giving the below error when starting the application #18

hemant-45 opened this issue Sep 17, 2022 · 4 comments

Comments

@hemant-45
Copy link

image

@Pannu786
Copy link

Can you share the source code?

@hemant-45
Copy link
Author

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
Copy link

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

@dicucristiann
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants