运行代码时出现此错误
ERROR in node_modules/@wry/context/lib/context.d.ts(6,84): error
TS2694: Namespace 'NodeJS' has no exported member 'Timeout'.
我正在使用angular7
答案 0 :(得分:6)
这里也一样。我的devDependencies中定义的“ @ types / node” -dependency版本碰巧是一个问题。将其升级到最新版本(12.0.2)已为我修复。
答案 1 :(得分:0)
如果您使用的是毛线,那就跑
yarn add --dev @types/node
修复您的package.json