Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added troubleshooting solution for the Mime error
  • Loading branch information
jessewashburn authored Nov 15, 2024
1 parent 14d3181 commit 7101815
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 @@ -132,4 +132,12 @@ Restart the app:
```
ng serve
```
### Mime.getType does not exist (Windows)
Use Mime 3.0.0
```
npm i [email protected]
npm i @types/[email protected]
```
This project is tested with [BrowserStack](https://www.browserstack.com/).

0 comments on commit 7101815

Please sign in to comment.