From ee3a51006f780538dbd5882e4e15c6a9ee449796 Mon Sep 17 00:00:00 2001 From: matamatanot <39780486+matamatanot@users.noreply.github.com> Date: Fri, 12 Nov 2021 02:53:01 +0900 Subject: [PATCH] Fix failed-loading-swc link in Troubleshooting (#31314) ## Documentation / Examples #31265 - [x] Make sure the linting passes by running `yarn lint` --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 986ce198f6366..1535ae5d4617a 100644 --- a/contributing.md +++ b/contributing.md @@ -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