anitab-forms-web
anitab-forms-web copied to clipboard
Not able to run locally
Description
Mocks
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
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-