anitab-forms-web icon indicating copy to clipboard operation
anitab-forms-web copied to clipboard

Not able to run locally

Open Ni-011 opened this issue 1 year ago • 1 comments

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

Ni-011 avatar May 04 '23 07:05 Ni-011

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-

NextThread avatar Aug 10 '23 03:08 NextThread