inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

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

Cloudflare로 앱 배포하기

22강 빌드가 에러가 납니다

1

조영경

작성한 질문수 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

unit 3.9 kanban google workspace 인증 문제

0

4

2

강의 제작

0

3

0

menupan.git 레포지토리가 보이지 않습니다.

0

13

2

깃허브 저장소에 코덱스 연동하는 방법 문의드립니다

0

9

1

Gradio 실행 시 에러 발생 문의

0

9

2

Gradio 실행 시 Jinja2 / ASGI TypeError: unhashable type: 'dict' 에러 문의

0

8

2

7강 보고 있는데요.. 글자가 너무 작아요

0

3

0

디자인 시스템 강의 질문

0

9

1

VPS에서 tailscale 연결이 끊어졌을 경우

0

11

0

사업자 등록

0

14

2

강사님께 강의 관련 문의드려요!

0

13

1

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

0

48

1

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

0

48

1

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

0

45

1

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

0

71

1

18강에서 smithery 화면 오류

0

91

2

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

0

92

2

MCP 강의에서 Smithery 에 URL 문제

0

88

3

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

0

112

3

22강 빌드 에러 문제

0

102

2

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

0

123

3

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

0

128

2

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

0

156

2

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

0

198

3