SWC did not load?
Unanswered
Brown bear posted this in #help-forum
Brown bearOP
Failed to load SWC binary for win32/ia32, see more info here: https://nextjs.org/docs/messages/failed-loading-swc5 Replies
Brown bearOP
i did google this already, added the
.babelrc file and edited configs./** @type {import('next').NextConfig} */
const nextConfig = {
swcMinify: false,
};
export default nextConfig;but the problem still persists.
{
"presets": [
"next/babel"
]
}@Brown bear Failed to load SWC binary for win32/ia32, see more info here: https://nextjs.org/docs/messages/failed-loading-swc
run
node -p "process.arch" in terminal, make sure you have nodejs 64 bit installed