uks
1
이 글의 성격은 무엇인가요?
질문 / 문제 해결
내용을 설명해주세요
유니티 SDK 2.4.7 버전을 사용중입니다. 빌드 패키지는 성공하는데 DevServer - Start Server 는 실패합니다.
아래는 에러 메세지입니다.
[Dev Server] 서버 시작 실패: 프로세스가 비정상 종료되었습니다 (Exit Code: 1)
[pnpm] 출력:
ERR_PNPM_OUTDATED_LOCKFILE Cannot install with “frozen-lockfile” because pnpm-lock.yaml is not up to date with \package.json
Note that in CI environments this setting is true by default. If you still need to run install in such cases, use “pnpm install --no-frozen-lockfile”
Failure reason:
specifiers in the lockfile don’t match specifiers in package.json:
- 4 dependencies are mismatched:
- @apps-in-toss/web-analytics (lockfile: 2.4.1, manifest: 2.4.7)
- @apps-in-toss/web-framework (lockfile: 2.4.1, manifest: 2.4.7)
- typescript (lockfile: ^6.0.2, manifest: 6.0.2)
- vite (lockfile: ^8.0.3, manifest: 8.0.8)
이 에러를 해결할려고 해본 것
pnpm store prune
pnpm install
pnpm install --no-frozen-lockfile
pnpm install --fix-lockfile
AIT-Clean 명령 실행 후에 위에 명령어들 다 해봤지만 여전히 똑같은 에러가 발생합니다.
DevServer, Production Server 모두 같은 에러가 발생합니다. 샌드 박스에서 결제 테스트를 해볼려고 하는데 에러 때문에 테스트가 불가합니다. 어떻게 해야 할까요?
uks
3
정오쯤에 유니티 SDK 2.4.7 로 업데이트 후 다시 테스트 해보았습니다.
Dev Server, Production Server 모두 실패합니다.
아래는 Production Server 시작 실패 에러 메세지 입니다.
[Production Server] 서버 시작 실패: 프로세스가 비정상 종료되었습니다 (Exit Code: 1)
UnityEngine.Debug:LogError (object)
AppsInToss.AppsInTossMenu/<>c__DisplayClass55_1:b__4 () (at ./Library/PackageCache/im.toss.apps-in-toss-unity-sdk@9a9b04b960/Editor/AppsInTossMenu.cs:1245)
AppsInToss.Editor.Menu.MainThreadDispatcher:ProcessQueue () (at ./Library/PackageCache/im.toss.apps-in-toss-unity-sdk@9a9b04b960/Editor/Menu/MainThreadDispatcher.cs:64)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
AIT: Production 서버 시작 실패 - 프로세스가 비정상 종료되었습니다 (Exit Code: 1)
UnityEngine.Debug:LogError (object)
AppsInToss.AppsInTossMenu/<>c__DisplayClass51_0:b__1 (string) (at ./Library/PackageCache/im.toss.apps-in-toss-unity-sdk@9a9b04b960/Editor/AppsInTossMenu.cs:1036)
AppsInToss.AppsInTossMenu/<>c__DisplayClass55_1:b__4 () (at ./Library/PackageCache/im.toss.apps-in-toss-unity-sdk@9a9b04b960/Editor/AppsInTossMenu.cs:1246)
AppsInToss.Editor.Menu.MainThreadDispatcher:ProcessQueue () (at ./Library/PackageCache/im.toss.apps-in-toss-unity-sdk@9a9b04b960/Editor/Menu/MainThreadDispatcher.cs:64)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()