Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsilva1 authored Jan 31, 2025
1 parent 97bc6b6 commit 79e62f6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,20 @@ A summary of the libraries we use are listed below.
As you make changes to the Expo application, those changes will be automatically
reflected on the local website as well as the mobile app.

### Potential Issues

Sometimes, you may run into errors when trying to run some of the commands listed above. Here are some things that can help fix this:

Reinstall packages
- Run `rm -force node_modules` and `pnpm install` to reinstall all packages in the project

Ensure Node is correct version
- Node v20 (latest of that version)
- Check by running `node -v`

Clear expo cache
- Run `npx expo start -c` to clear the expo cache. This usually helps when `pnpm dev` gives an expo related error

### Testing

Run `turbo test` at the root of the project.
Expand Down

0 comments on commit 79e62f6

Please sign in to comment.