이 글의 성격은 무엇인가요?
질문 / 문제 해결
내용을 설명해주세요
- 개발 환경(WebView)
SDK 버전을 2.0.5로 마이그레이션을 진행중입니다.
첨부한 사진은 package.json 인데,
아래 링크 가이드대로 수정을 했습니다.
그런데 npm run dev를 하니
C:\Project\toss-game-template\app>npm run dev
toss-game-template@0.0.0 dev
ait dev
Unknown Syntax Error: Command not found; did you mean one of:
- ait build
- ait deploy [–api-key #0] [–workspace #0] [–profile #0] [–base-url #0] [–location #0] [–scheme-only]
- ait init [–template #0] [–app-name #0]
- ait migrate [–dry-run] [target]
- ait sentry upload-sourcemap [–api-key #0] [–app-name #0] [–deployment-id #0] [–sentry-auth-token #0] [–sentry-org #0] [–sentry-project #0] [–base-url #0]
- ait token
- ait token add [–api-key #0] [profile]
- ait token remove [profile]
- ait -h
While running dev
이런 에러가 발생했습니다.
npm run build 는 정상적으로 돼서 .ait 파일이 정상적으로 생성이됩니다.
왜 npm run dev가 에러 발생하는걸까요?
