Skip to content

Commit

Permalink
Adding troubleshooting section to the readme (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWoodard authored Sep 21, 2023
1 parent b1bb8d5 commit df42e3e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,14 @@ Running tests:
yarn test
```
## Troubleshooting
If after installing dependencies via `yarn install` you see 'Cannot find module' errors, make sure you are
using the workspace's version of typescript. You should see a prompt in the bottom right of VSCode asking
you to install the workspace version of typescript. If you don't see this prompt, you can set it manually
by opening the command palette by pressing `cmd+shift+p` and selecting `TypeScript: Select TypeScript Version`.
Then select `Use Workspace Version`.
### Setting up new projects
This section only matters if you want to gather metrics from other projects than the ones we currently do.
Expand Down

0 comments on commit df42e3e

Please sign in to comment.