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

Dependency conflicts while setting up project #231

Open
glokta1 opened this issue Apr 24, 2023 · 1 comment
Open

Dependency conflicts while setting up project #231

glokta1 opened this issue Apr 24, 2023 · 1 comment

Comments

@glokta1
Copy link
Contributor

glokta1 commented Apr 24, 2023

Describe the bug
Dependency conflicts while setting up project

To Reproduce
Steps to reproduce the behavior:
Follow instructions outlined under setup in project README.

  1. Run npm install after cloning project
  2. Run npm audit fix and npm audit fix --force to try fixing dependency conflicts.
  3. Run npm run dev

Screenshots
After Step 1
2023-04-25_01-59
After Step 2
image
After Step 3
2023-04-25_02-08

Desktop (please complete the following information):

  • OS: Manjaro Linux KDE Plasma
  • Browser: Firefox
  • Version v112.0
@pnijhara
Copy link
Collaborator

After step 3, have you tried to update/install react > 18.2.0? I believe, on updating the dependencies next.js also got updated and since the latest version of next.js require react 18 to run, it is throwing error in your machine.

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

2 participants