yarn install @types报一堆.d.ts文件错误

yarn install @types报一堆.d.ts文件错误,第1张

反复查找发现我的问题是:本地安装typescript版本过低。

查找typescript版本方法:npm ls typescript,

报错时我的版本是typescript@2.9.2,

然后卸载typescript:npm uninstall typescript,

卸载后重新安装typescript:npm install typescript,

再次查询typescript版本:npm ls typescript,

返回结果:typescript@4.6.4

然后yarn start后无报错。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1296682.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-10
下一篇 2022-06-10

发表评论

登录后才能评论

评论列表(0条)

保存