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

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

$ yarn dev

Last updated

Was this helpful?