✨
Help-a-Family Manual
  • Help a Family Docs
  • Info for Charities
  • Info for API Users
  • Tutorial
  • Contentful
  • Environment Variables
    • Lighthouse CI
  • Troubleshooting
  • Contributing to Help-a-Family
    • Fork and Clone the Repo
    • MHF Javascript/React Style Guide
    • MHF CSS Guide
    • Contributor Power Tips
Powered by GitBook
On this page

Was this helpful?

Troubleshooting

Tips for anyone having trouble setting up the project

Module Not Found

If you get this error, it probably means you have some dependencies missing. To install them, try:

$ yarn

All dependencies should be listed in package.json, so please submit an issue if you've already tried this.

Once you've done that, run the project locally as usual and it should hopefully now work:

$ yarn dev

PreviousLighthouse CINextContributing to Help-a-Family

Last updated 3 years ago

Was this helpful?