22강 빌드가 에러가 납니다
46
投稿した質問数 1
다른 수강자 답변으로 달아주신 내용으로 진행해도 빌드에러가 나네요,, 에러는 다음과 같습니다.
2026-07-23T11:18:49.730273Z Cloning repository...
2026-07-23T11:18:50.368416Z From https://github.com/ykcho-sys/openai-chatkit-starter-app
2026-07-23T11:18:50.36871Z * branch ff735b20c151ce66bdc2847a8050d807483a8b82 -> FETCH_HEAD
2026-07-23T11:18:50.368796Z
2026-07-23T11:18:50.386756Z HEAD is now at ff735b2 Add files via upload
2026-07-23T11:18:50.386975Z
2026-07-23T11:18:50.430186Z
2026-07-23T11:18:50.430517Z Using v2 root directory strategy
2026-07-23T11:18:50.442575Z Success: Finished cloning repository files
2026-07-23T11:18:52.037942Z Checking for configuration in a Wrangler configuration file (BETA)
2026-07-23T11:18:52.038327Z
2026-07-23T11:18:52.174064Z No Wrangler configuration file found. Continuing.
2026-07-23T11:18:52.43705Z Detected the following tools from environment: nodejs@22.22.0, npm@10.9.2
2026-07-23T11:18:52.437473Z Installing nodejs 22.22.0
2026-07-23T11:18:53.206123Z Trying to update node-build... ok
2026-07-23T11:18:53.257603Z To follow progress, use 'tail -f /tmp/node-build.20260723111853.799.log' or pass --verbose
2026-07-23T11:18:53.299865Z Downloading node-v22.22.0-linux-x64.tar.gz...
2026-07-23T11:18:53.425752Z -> https://nodejs.org/dist/v22.22.0/node-v22.22.0-linux-x64.tar.gz
2026-07-23T11:18:56.367721Z
2026-07-23T11:18:56.368031Z WARNING: node-v22.22.0-linux-x64 is in LTS Maintenance mode and nearing its end of life.
2026-07-23T11:18:56.368121Z It only receives critical security updates, critical bug fixes and documentation updates.
2026-07-23T11:18:56.368191Z
2026-07-23T11:18:56.368268Z Installing node-v22.22.0-linux-x64...
2026-07-23T11:18:56.803215Z Installed node-v22.22.0-linux-x64 to /opt/buildhome/.asdf/installs/nodejs/22.22.0
2026-07-23T11:18:56.803575Z
2026-07-23T11:18:57.426449Z Installing project dependencies: npm clean-install --progress=false
2026-07-23T11:19:13.796845Z
2026-07-23T11:19:13.797222Z added 341 packages, and audited 342 packages in 16s
2026-07-23T11:19:13.797336Z
2026-07-23T11:19:13.797641Z 139 packages are looking for funding
2026-07-23T11:19:13.797826Z run npm fund for details
2026-07-23T11:19:13.955605Z
2026-07-23T11:19:13.956084Z 10 vulnerabilities (2 moderate, 6 high, 2 critical)
2026-07-23T11:19:13.956195Z
2026-07-23T11:19:13.956243Z To address all issues, run:
2026-07-23T11:19:13.95629Z npm audit fix
2026-07-23T11:19:13.956349Z
2026-07-23T11:19:13.956391Z Run npm audit for details.
2026-07-23T11:19:14.030591Z Executing user command: npx @cloudflare/next-on-pages@1
2026-07-23T11:19:14.711456Z npm warn exec The following package was not found and will be installed: @cloudflare/next-on-pages@1.13.16
2026-07-23T11:19:17.079863Z npm error code ERESOLVE
2026-07-23T11:19:17.080221Z npm error ERESOLVE unable to resolve dependency tree
2026-07-23T11:19:17.080302Z npm error
2026-07-23T11:19:17.08036Z npm error While resolving: undefined@undefined
2026-07-23T11:19:17.081724Z npm error Found: @cloudflare/workers-types@4.20260702.1
2026-07-23T11:19:17.081835Z npm error node_modules/@cloudflare/workers-types
2026-07-23T11:19:17.081892Z npm error peerOptional @cloudflare/workers-types@"^4.20240208.0" from @cloudflare/next-on-pages@1.13.16
2026-07-23T11:19:17.082Z npm error node_modules/@cloudflare/next-on-pages
2026-07-23T11:19:17.082047Z npm error @cloudflare/next-on-pages@"1.13.16" from the root project
2026-07-23T11:19:17.082085Z npm error
2026-07-23T11:19:17.08212Z npm error Could not resolve dependency:
2026-07-23T11:19:17.082171Z npm error peerOptional @cloudflare/workers-types@"^5.20260721.1" from wrangler@4.113.0
2026-07-23T11:19:17.082214Z npm error node_modules/wrangler
2026-07-23T11:19:17.082246Z npm error peer wrangler@"^3.28.2 || ^4.0.0" from @cloudflare/next-on-pages@1.13.16
2026-07-23T11:19:17.082318Z npm error node_modules/@cloudflare/next-on-pages
2026-07-23T11:19:17.082381Z npm error @cloudflare/next-on-pages@"1.13.16" from the root project
2026-07-23T11:19:17.082416Z npm error
2026-07-23T11:19:17.082454Z npm error Fix the upstream dependency conflict, or retry
2026-07-23T11:19:17.082493Z npm error this command with --force or --legacy-peer-deps
2026-07-23T11:19:17.082535Z npm error to accept an incorrect (and potentially broken) dependency resolution.
2026-07-23T11:19:17.082567Z npm error
2026-07-23T11:19:17.082597Z npm error
2026-07-23T11:19:17.082639Z npm error For a full report see:
2026-07-23T11:19:17.082705Z npm error /opt/buildhome/.npm/_logs/2026-07-23T11_19_14_182Z-eresolve-report.txt
2026-07-23T11:19:17.082791Z npm error A complete log of this run can be found in: /opt/buildhome/.npm/_logs/2026-07-23T11_19_14_182Z-debug-0.log
2026-07-23T11:19:17.106609Z Failed: Error while executing user command. Exited with error code: 1
2026-07-23T11:19:17.112055Z Failed: build command exited with code: 1
2026-07-23T11:19:17.646247Z Failed: error occurred while running build command
回答 0
Unit 4.1-웹훅: 웹훅 설정 파일의 저장 위치는?
0
7
0
/persona-interview 스킬 위치 문의
0
7
1
logo와 product에 파일 넣는 게 맞는지 궁금합니다.
0
4
0
영상이 안나옵니다. 그냥 빈공간이에요
1
10
3
[요청] 강의자료 송부 요청 건
0
6
1
"run_nvidia_gpu.bat" 실행후
0
8
1
강의 자료 접근 불가
1
12
1
Vercel json 파일 참고 여부
1
17
2
슬라이드 오타
0
12
0
결제기능까지 알려주실수있나요?
1
19
2
보안 점검
1
20
2
18강 smithery 를 이용한 mcp 실습(업데이트 요청)
0
53
1
guardrails 부분도 현재버전과 약간 다릅니다.
0
55
1
smithery ai 언제 업데이트 되나요?
0
53
1
무료할당량 사용하는데 문제가 생겼습니다.
0
82
1
18강에서 smithery 화면 오류
0
99
2
mcp 강의 38:33 초 프로필이 안보여요
0
116
2
MCP 강의에서 Smithery 에 URL 문제
0
104
3
MCP 강의에서 Smithery 에러, No deployments found
0
128
3
22강 빌드 에러 문제
0
133
2
3강 초대 이메일이 안옵니다
0
133
3
22강 빌드할때 에러가 뜨고 있습니다.
0
146
2
open AI 플랫폼에서 MCP Server선택시 무한로딩표시만.
0
172
2
13강 MCP 실습 2 (Google Drive)에서 Refresh Token 생성 실패
0
214
3

