我刚刚更新了我的所有依赖关系,在完成之后,我遇到了关于@types的30条错误。
我遇到的错误之一是
Cannot find name 'Buffer'. Do you need to install type definitions for node? Try `npm i @types/node`
和@ types / superagent中的索引文件中的一些错误
import * as fs from 'fs';
import * as https from 'https';
import * as stream from 'stream';
import * as cookiejar from 'cookiejar';
Cannot find module 'fs'
,还有其他的cookiejar除外。
关于lodash的错误。
Property 'each' does not exist on type 'LoDashStatic'
是lodash错误之一。
如果还没有连接,我还没有弄清楚,这就是为什么我会显示各种错误类型的原因。
它给我有关安装@ types / node的建议,但它已经安装了。