Answers for "failed to load swc binary for win32/x64, see more info here: https://nextjs.org/docs/messages/failed-loading-swc"

0

failed to load swc binary for win32/x64, see more info here: https://nextjs.org/docs/messages/failed-loading-swc

create a .babelrc file in your Project and  add this in the file:  

{
    "presets": ["next/babel"]
}
Posted by: Guest on February-19-2022

Code answers related to "failed to load swc binary for win32/x64, see more info here: https://nextjs.org/docs/messages/failed-loading-swc"

Browse Popular Code Answers by Language