Module not found:Error:Can’t resolve 'rc-animate/lib/CSSMotionList' in '......'

  • 说明

React项目编译好之后,输入cnpm start有时候会报如下错误

Module not found:Error:Can’t resolve 'rc-animate/lib/CSSMotionList' in '......'

  • 在package.json文件中加入如下代码用以指定版本
"resolutions": {
  "css-animation": "1.5.0",
  "rc-animate": "2.8.2"
},

Module not found:Error:Can’t resolve 'rc-animate/lib/CSSMotionList' in '......' 

  • dependencies中加入如下配置
"css-animation": "1.5.0",
"rc-animate": "2.8.2",

Module not found:Error:Can’t resolve 'rc-animate/lib/CSSMotionList' in '......'

 

上一篇:vue中的动画库(animate)


下一篇:用Vue 实现animate动画