inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

OpenAI를 활용한 나만의 AI 에이전트 만들기 (Agent Builder, GPT-5, Chatkit, Cloudflare, MCP, Fine Tuning, CoT 등)

Cloudflare로 앱 배포하기

22강 빌드가 에러가 납니다

48

조영경

작성한 질문수 1

0

다른 수강자 답변으로 달아주신 내용으로 진행해도 빌드에러가 나네요,, 에러는 다음과 같습니다.

 

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

openai multi-agent llm fine-tuning ai-agent

답변 0

3번째 강의 화면이 안나와요.. 맥북인데..

0

1

0

.env

0

16

4

저는 상품을 파는게 아니라 병원인데 이런 경우엔 자산을 어떻게 기록하면 될까요

0

14

0

IVF vs HNSW

0

15

0

액세스 차단됨: Hermes은(는) Google 인증 절차를 완료하지 않았습니다

0

20

1

제가 잘 몰라서 그러는데. 깃허브에 주소 강의소스 코드말인데요.

0

14

1

47강에 비회원 주문관련 질문이 있어서요.

0

17

1

각 기능별 에이전트 세션을 다시 찾기 쉽나요?

0

19

0

이 강의의 PRD.md 양식은 깃허브에 올라온거랑 다른 양식인가요?

0

24

2

윈도우 사용자 터미널 명령어 실습

0

16

1

해결이 잘되었습니다

0

26

1

18강 smithery 를 이용한 mcp 실습(업데이트 요청)

0

55

1

guardrails 부분도 현재버전과 약간 다릅니다.

0

58

1

smithery ai 언제 업데이트 되나요?

0

55

1

무료할당량 사용하는데 문제가 생겼습니다.

0

83

1

18강에서 smithery 화면 오류

0

101

2

mcp 강의 38:33 초 프로필이 안보여요

0

119

2

MCP 강의에서 Smithery 에 URL 문제

0

109

3

MCP 강의에서 Smithery 에러, No deployments found

0

130

3

22강 빌드 에러 문제

0

142

2

3강 초대 이메일이 안옵니다

0

136

3

22강 빌드할때 에러가 뜨고 있습니다.

0

148

2

open AI 플랫폼에서 MCP Server선택시 무한로딩표시만.

0

177

2

13강 MCP 실습 2 (Google Drive)에서 Refresh Token 생성 실패

0

217

3