Reactでローカルサーバーを立ち上げる方法を教えてください
解決したいこと
Reactのローカルサーバーを立ち上げたいです
お手数おかけしますがよろしくお願いします
Reactの基礎勉強をしていたら急にローカルサーバーが立ち上がらなくなった
発生している問題・エラー
プロンプト
Build error occurred
Error: Failed to collect page data for /abuot
at C:\Users\\my-app\node_modules\next\dist\build\utils.js:1155:15
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
type: 'Error'
}
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
Vercel
at 318 (/vercel/path0/.next/server/chunks/255.js:56:15)
at __webpack_require__ (/vercel/path0/.next/server/webpack-runtime.js:25:42)
at 747 (/vercel/path0/.next/server/pages/abuot.js:65:13)
at __webpack_require__ (/vercel/path0/.next/server/webpack-runtime.js:25:42)
at __webpack_exec__ (/vercel/path0/.next/server/pages/abuot.js:243:39)
at /vercel/path0/.next/server/pages/abuot.js:244:78
at __webpack_require__.X (/vercel/path0/.next/server/webpack-runtime.js:108:21)
at /vercel/path0/.next/server/pages/abuot.js:244:47
at Object.<anonymous> (/vercel/path0/.next/server/pages/abuot.js:247:3)
at Module._compile (node:internal/modules/cjs/loader:1254:14)
> Build error occurred
Error: Failed to collect page data for /abuot
at /vercel/path0/node_modules/next/dist/build/utils.js:1155:15
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
type: 'Error'
}
Error: Command "npm run build" exited with 1
BUILD_UTILS_SPAWN_1: Command "npm run build" exited with 1
または、問題・エラーが起きている画像をここにドラッグアンドドロップ
自分で試したこと