이 글의 성격은 무엇인가요?
질문 / 문제 해결
내용을 설명해주세요
안녕하세요, SDK 2.x 마이그레이션 작업 중 Windows 환경에서 번들 빌드가 안 되어 문의드립니다.
환경
OS: Windows 10
Node.js: v24.x
ait CLI 버전: (확인 필요: npx ait --version)
SDK: 2.x
오류 내용
Error TypeScriptLoader failed to compile TypeScript:
ParseError: C:: Unexpected keyword ‘typeof’.
C:\Users...\node_modules\react-native\index.js:27:7
시도한 것
granite.config.ts, babel.config.js 생성 완료
package.json에 React 19.2.3 + React Native 0.84.0 설정
질문
Windows에서 ait build가 정상적으로 지원되나요?
권장 Node.js 버전이 있나요?
혹시 macOS/Linux 환경에서만 빌드 가능한 건가요?
감사합니다.