프로그래밍/개발메모

node_modules/@google-cloud/storage/build/cjs/src/crc32c.d.ts:6:39 - error TS2315: Type 'Int32Array' is not generic. / Firebase Typescript 환경에서 ...

SIDNFT 2025. 4. 16. 01:16
반응형

 

 

문제: https://github.com/firebase/firebase-functions/issues/1664

 

Error TS2315: Type 'Int32Array' is not generic. · Issue #1664 · firebase/firebase-functions

Related issues None that I could find [REQUIRED] Version info "firebase-admin": "^12.1.0" "firebase-functions": "^5.0.0" node: v20.16.0 firebase-functions: 12.1.0 firebase-tools: 13.16.0 firebase-a...

github.com

 

 

yarn add -D typescript@latest

타입스크립트 설치하라는군요

저는 yarn 환경이 아니라

npm i  -D typescript@latest

후에

npm i

쳐서 다시 설치하니 성공했습니다.

이런 맛탱이간 개발한광은 적응이 안되네요

왜이케 자주 바뀌는건지

반응형