anitab-org / anitab-forms-web

AnitaB Forms (web), an application to process smaller 4-week or full day programs to contribute to open source projects. Similar to GSoC, Outreachy, or RGSoC. This is the web app.
GNU General Public License v3.0
42 stars 78 forks source link

Not able to run locally #222

Open Ni-011 opened 1 year ago

Ni-011 commented 1 year ago

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 commented 10 months ago

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-