Next.js Vercel 배포 Error 해결 (Error: Command "npm run build" exited with 1)

cptkuk91·2023년 4월 6일
0

Project

목록 보기
5/6
post-thumbnail

문제

Error: Command "npm run build" exited with 1
BUILD_UTILS_SPAWN_1: Command "npm run build" exited with 1

해결 방법

임시 생성 page도 코드를 기본적으로 채워넣어야 한다.

import React from "react";

function about() {
  return <div>Hello World</div>;
}

export default about;
profile
메일은 매일 확인하고 있습니다. 궁금하신 부분이나 틀린 부분에 대한 지적사항이 있으시다면 언제든 편하게 연락 부탁드려요 :)

0개의 댓글