diff --git a/errors/failed-loading-swc.md b/errors/failed-loading-swc.md index 53c6ae481f50c..951855df170f6 100644 --- a/errors/failed-loading-swc.md +++ b/errors/failed-loading-swc.md @@ -16,16 +16,9 @@ If SWC continues to fail to load you can opt-out by disabling `swcMinify` in you } ``` -Be sure to report the issue on [the feedback thread](https://github.com/vercel/next.js/discussions/30174) sharing the below information so we can get it fixed: - -- your node architecture and platform `node -e 'console.log(process.arch, process.platform)'` -- your operating system version and CPU -- your Next.js version `yarn next --version` -- your package manager (`yarn` or `npm`) and version -- your node.js version `node -v` -- whether `@next/swc-` was downloaded in `node_modules` correctly +Be sure to report the issue on [the feedback thread](https://github.com/vercel/next.js/discussions/30468) so that we can investigate it further. ### Useful Links -- [SWC Feedback Thread](https://github.com/vercel/next.js/discussions/30174) +- [SWC Feedback Thread](https://github.com/vercel/next.js/discussions/30468) - [SWC Disabled Document](https://nextjs.org/docs/messages/swc-disabled)