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

Not able to run locally #222

Open
Ni-011 opened this issue May 4, 2023 · 1 comment
Open

Not able to run locally #222

Ni-011 opened this issue May 4, 2023 · 1 comment

Comments

@Ni-011
Copy link

Ni-011 commented May 4, 2023

Description

Mocks

image

I am following the given Readme file but unable to run this project locally, i updated all the dependencies using yarn add still getting errors. It looks complicated for new comers as it is not working on following the given directions

@NextThread
Copy link

NextThread commented Aug 10, 2023

try with this command
npm install --force

if not worked jump to next option

it's showing conflicting peer dependencies issue

First, delete the node_modules folder.
Yarn will complain about any package-lock.json files, so delete that too (or back it up, then delete it).
Don't delete package.json, yarn will need that.
Simply install yarn: npm i yarn (you could do this globally, too).
Then run yarn install in your project directory.

then you are good to go-

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