Npmrc 파일 설정

npx ait init시 에러가 나서 지피티에서 찾아보니 npmrc 설정을 해야한다고 하네요.

registry=https://registry.npmjs.org/

@apps-in-toss:registry=https://
@toss-design-system:registry=https://

/:_authToken=
always-auth=true

위 URL·토큰은 실제로 Toss에서 제공한 값을 넣어야 합니다. 라고 하는데 toss에서 제공한 값은 어디서 확인해야 할까요?

안녕하세요 :slight_smile:
registry=https://registry.npmjs.org/ 이미 잘 등록되어 계신 것 같습니다!

npm install @apps-in-toss/web-framework(웹뷰일 경우)
npm install @apps-in-toss/framework(RN일 경우)
로 패키지 설치 이후 npx ait init 시도하셨을까요 ?! 어떤 에러가 나시나요?