提问人:Antonio Lentini 提问时间:11/9/2023 最后编辑:Doug StevensonAntonio Lentini 更新时间:11/9/2023 访问量:30
Cloud Functions 的 Firebase 项目中tsconfig.json错误
Error in tsconfig.json in Firebase project for Cloud Functions
问:
我尝试启动一个 firebase 项目,但此错误出现在 tsconfig.json
找不到“node”的类型定义文件。 该文件位于程序中,因为: 隐式类型库“node”的入口点
我尝试安装类型,但没有成功npm install @types/node --save-dev
我还尝试安装以前版本的节点,因为错误说“版本无效”,但没有解决问题
答: 暂无答案
评论
npm install @types/node --save-dev
"types": ["node"]
compilerOptions