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;