2b3b2362db
Created by Github action Co-authored-by: github-actions <github-actions@twenty.com>
15 lines
1.3 KiB
Plaintext
15 lines
1.3 KiB
Plaintext
---
|
|
title: 문제 해결
|
|
description: 일반적인 첫 실행 문제 — Docker, Node 버전, Yarn, 의존성.
|
|
icon: wrench
|
|
---
|
|
|
|
* **Docker 오류** — `yarn twenty docker:start`를 실행하기 전에 Docker Desktop(또는 데몬)이 실행 중인지 확인하세요. 오류 메시지에 OS에 맞는 올바른 시작 명령이 표시됩니다.
|
|
* **Node 버전 오류** — 24 이상 필요. `node -v`로 확인하세요.
|
|
* **Yarn 4 누락** — `corepack enable`을 실행하세요.
|
|
* **의존성 문제** — `rm -rf node_modules && yarn install`.
|
|
* **`twenty-sdk` v2.8.0으로 업그레이드한 후 오류 발생** — v2.8.0에서 `dependencies`에서 `devDependencies`로 이동했습니다. [프로젝트 구조 → Dependencies](/l/ko/developers/extend/apps/getting-started/project-structure#dependencies)를 참조하세요.
|
|
* **`twenty build`는 `dependencies` 아래의 `twenty-client-sdk`에 대해 경고합니다** — 이는 실행 시 Twenty에서 제공되므로, `twenty-sdk`와 함께 `devDependencies`로 옮겨야 합니다. [프로젝트 구조 → Dependencies](/l/ko/developers/extend/apps/getting-started/project-structure#dependencies)를 참조하세요.
|
|
|
|
막히셨나요? [Twenty Discord](https://discord.com/channels/1130383047699738754/1130386664812982322)에서 문의하세요.
|