foca icon indicating copy to clipboard operation
foca copied to clipboard

Cannot find namespace 'NodeJS'

Open MonveChen opened this issue 3 years ago • 3 comments

image

MonveChen avatar May 07 '22 06:05 MonveChen

升级到 [email protected] 去掉了NodeJS。

geekact avatar May 07 '22 09:05 geekact

升级到 [email protected] 去掉了NodeJS。

nice

MonveChen avatar May 07 '22 09:05 MonveChen

还有另外两种解决方案:

  1. 安装 @types/node

  2. 配置tsconfig.json

{
  "compilerOptions": {
-   "skipLibCheck": false
+   "skipLibCheck": true
  }
}

geekact avatar May 07 '22 09:05 geekact