안녕하세요. 대시보드 체류시간 분석을 위해 npm install @apps-in-toss/web-framework@1.0.3 실행 시
npm warn ERESOLVE overriding peer dependency
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @apps-in-toss/framework@1.0.3
npm warn Found: @toss-design-system/react-native@undefined
npm warn node_modules/@apps-in-toss/web-framework/node_modules/@toss-design-system/react-native
npm warn
npm warn Could not resolve dependency:
npm warn peer @toss-design-system/react-native@“>=1.1.0” from @apps-in-toss/framework@1.0.3
npm warn node_modules/@apps-in-toss/web-framework/node_modules/@apps-in-toss/framework
npm warn @apps-in-toss/framework@“1.0.3” from @apps-in-toss/web-framework@1.0.3
npm warn node_modules/@apps-in-toss/web-framework
npm error code E404
npm error 404 Not Found - GET ``https://registry.npmjs.org/@toss-design-system%2Freact-native`` - Not found
npm error 404
npm error 404 ‘@toss-design-system/react-native@>=1.1.0’ is not in this registry.
npm error 404
npm error 404 Note that you can also install from a
npm error 404 tarball, folder, http url, or git url.
다음과 같은 오류가 발생하고 있습니다. 저희는 웹뷰 프로젝트이고 디자인 시스템 패키지는 별도로 사용하지 않고 있습니다. 혹시 사용하지 않더라도 디자인 시스템 패키지를 설치해야 하는 부분일까요?