在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
如果运行v13 版本的node types 会发现有如下错误 错误信息node_modules/electron/electron.d.ts:7145:33 - error TS2689: Cannot extend an interface 'NodeJS.EventEmitter'. Did you mean 'implements'?
原因当前electron 7 不支持@types/node 13 版本的 解决方法使用12 版本的比较好
yarn add @types/node@12.12.6 --dev
参考https://github.com/electron/electron/issues/21612 |
请发表评论