Fix failed-loading-swc link in Troubleshooting (#31314)

## Documentation / Examples

#31265

- [x] Make sure the linting passes by running `yarn lint`
This commit is contained in:
matamatanot 2021-11-12 02:53:01 +09:00 committed by GitHub
parent c4558c913f
commit ee3a51006f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,7 @@ There are two options to develop with your local version of the codebase:
- If you see the below error while running `yarn dev` with next:
```
Failed to load SWC binary, see more info here: https://nextjs.org/docs/messages/failed-loadin
Failed to load SWC binary, see more info here: https://nextjs.org/docs/messages/failed-loading-swc
```
Try to add the below section to your `package.json`, then run again