也找不到类型节点的命名空间“NodeJS”
Posted
技术标签:
【中文标题】也找不到类型节点的命名空间“NodeJS”【英文标题】:Cannot find namespace 'NodeJS' also with types node 【发布时间】:2020-12-28 16:07:48 【问题描述】:我的网络应用程序中出现此错误
ERROR in node_modules/zone.js/dist/zone.js.d.ts:600:21 - error TS2503: Cannot find namespace 'NodeJS'.
600 declare var global: NodeJS.Global;
正如您在下面看到的,我已经添加了 types": ["node"]
属性,但它仍然无法正常工作
"compileOnSave": false,
"compilerOptions":
"baseUrl": "./",
"types": ["node"],
"outDir": "./dist/out-tsc",
"sourceMap": true,
"declaration": false,
"downlevelIteration": true,
"experimentalDecorators": true,
"module": "es6",
"moduleResolution": "node",
"importHelpers": true,
"target": "es2015",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"dom"
]
,
"angularCompilerOptions":
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
我真的不知道如何解决它。应用程序第一次开始获取Cannot GET /
,然后在保存任何文件后,它可以工作,但仍然出现 NodeJS 错误。谢谢
【问题讨论】:
【参考方案1】:对于那些有这种问题的人,我解决了更新 zone.js 的版本"zone.js": "^0.11.1"
【讨论】:
以上是关于也找不到类型节点的命名空间“NodeJS”的主要内容,如果未能解决你的问题,请参考以下文章
在 Ionic 2 中使用 NodeJS.Timer 时找不到命名空间 NodeJS
vs2008中的错误 1 找不到类型或命名空间名称“Graphics”(是不是缺少 using 指令或程序集引用?)怎么解决?急