Skip to content

Commit

Permalink
fix grammar in failed-loading-swc (#37765)
Browse files Browse the repository at this point in the history
just a little clearer, was confused previously
  • Loading branch information
bagpyp committed Jun 16, 2022
1 parent 37de4f9 commit 87a3c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/failed-loading-swc.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SWC requires a binary be downloaded that is compatible specific to your system.

#### Possible Ways to Fix It

When on an M1 Mac and switching from a Node.js version without M1 support e.g. v14 to a version with e.g. v16, you may need a different swc dependency which can require re-installing `node_modules` (`npm i --force` or `yarn install --force`).
When on an M1 Mac and switching from a Node.js version without M1 support to one with, e.g. v14 to v16, you may need a different swc dependency which can require re-installing `node_modules` (`npm i --force` or `yarn install --force`).

On Windows make sure you have Microsoft Visual C++ Redistributable installed. https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist

Expand Down

0 comments on commit 87a3c0c

Please sign in to comment.