美文网首页
moment typescript报错TS2307

moment typescript报错TS2307

作者: 广兰路地铁 | 来源:发表于2020-05-02 11:57 被阅读0次

问题描述

最近在用typescript+antd(版本4+)+react进行项目开发,webpack打包的时候报如下错误:

ERROR in [at-loader] ./node_modules/antd/lib/time-picker/index.d.ts:1:24
    TS2307: Cannot find module 'moment'.

ERROR in [at-loader] ./node_modules/antd/lib/calendar/index.d.ts:2:24
    TS2307: Cannot find module 'moment'.

ERROR in [at-loader] ./node_modules/antd/lib/date-picker/index.d.ts:2:24
    TS2307: Cannot find module 'moment'.

git moment官网下的issue发现如下描述:

image
简单来说可以理解为2.25.0的版本有点问题,回退到2.24.0就可以正常使用了

参考文献

moment issue地址

相关文章

网友评论

      本文标题:moment typescript报错TS2307

      本文链接:https://www.haomeiwen.com/subject/swckghtx.html