angular에 연동 문의 드립니다.
안녕하세요.
angular에서 npm i @tosspayments/payment-widget-sdk 으로 설치 후 실행 시키면 여러 오류가 뜹니다.
해결 방법을 아시나요?
Error: node_modules/@tosspayments/payment-widgettypes/types/types/widget.d.ts:6:141 - error TS2307: Cannot find module '@sdk/payment/src/payment/PaymentRequest' or its corresponding type declarations.
6 import { CardPaymentRequest, CommonPaymentRequest, ForeignEasyPayPaymentRequest, TranferPaymentRequest, VirtualAccountPaymentRequest } from '@sdk/payment/src/payment/PaymentRequest';
~~~~~~~~~
Error: node_modules/@tosspayments/payment-widgettypes/types/types/widget.d.ts:7:38 - error TS2307: Cannot find module '@sdk/payment/src/payment/requestPayment' or its corresponding type declarations.
7 import { RequestPaymentResult } from '@sdk/payment/src/payment/requestPayment';
angular에서 npm i @tosspayments/payment-widget-sdk 으로 설치 후 실행 시키면 여러 오류가 뜹니다.
해결 방법을 아시나요?
Error: node_modules/@tosspayments/payment-widgettypes/types/types/widget.d.ts:6:141 - error TS2307: Cannot find module '@sdk/payment/src/payment/PaymentRequest' or its corresponding type declarations.
6 import { CardPaymentRequest, CommonPaymentRequest, ForeignEasyPayPaymentRequest, TranferPaymentRequest, VirtualAccountPaymentRequest } from '@sdk/payment/src/payment/PaymentRequest';
Error: node_modules/@tosspayments/payment-widgettypes/types/types/widget.d.ts:7:38 - error TS2307: Cannot find module '@sdk/payment/src/payment/requestPayment' or its corresponding type declarations.
7 import { RequestPaymentResult } from '@sdk/payment/src/payment/requestPayment';
