Just start my first Next.js project and immediately faced the common issue "Failed to load SWC binary for darwin/x64".
After following the recommended steps:
- Remove node_modules and package-lock.json;
- Run npm install;
It starts to run, but I keep having errors in my editor, even adding the .babelrc
file:
error in editor
Can someone help me?
1000000 thanks, JonsMendi