You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: