React

nextjs 13 - npm run start enoent 오류 시

manyYun 2024. 8. 29. 14:16
  1. update node and next latest version.
  2. npm uninstall next
  3. npm install next
  4. npm run build
  5. npm run start