다음과 같은 에러가 발생했을때 해결한 방법은 다음과 같습니다
Next.js에서 npm run dev를 했을때 생긴 에러로
npm install next@canary
설치 후 다시 npm run dev를 하니 정상적으로 동작되었습니다
참조
https://stackoverflow.com/questions/69816589/next-failed-to-load-swc-binary
'에러 모음' 카테고리의 다른 글
Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: (0) | 2022.08.18 |
---|---|
SSR 'window is undefined' 에러 해결법 (0) | 2022.06.25 |
git pull 'fatal: 관계 없는 커밋 내역의 병합을 거부합니다' 에러 해결방법 (0) | 2022.01.06 |
jest-worker@27.0.0-next.5: The engine "node" is incompatible with this module. Expected version "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0". Got "14.8.0" (0) | 2022.01.02 |
react-router-dom switch error (0) | 2022.01.02 |