我使用typescript环境在Node.js上编写服务器代码 当我尝试编译代码时,它会返回错误:
> rimraf dist && tsc --outDir dist
node_modules/firebase-admin/lib/index.d.ts(18,22): error TS7016: Could not find a declaration file for module '@google-cloud/storage'. '/<path-to-project>/node_modules/@google-cloud/storage/src/index.js' implicitly has an 'any' type.
npm ERR! code ELIFECYCLE
npm ERR! errno 2
我将已升级的firebase-admin升级到最新版本(5.12.0)
"firebase-admin": "^5.12.0",
我正在运行节点版本9.5