Module not found: Can't resolve 'react-hot-loader' 解决办法

刚开始学习react,记录下错误

Module not found: Can't resolve 'react-hot-loader' in 'd:\react\react-elementui\
node_modules\element-react\dist\npm\es5\libs\animate'

解决办法:

进入项目目录,

cd  d:\react\react-elementui

d:

执行

npm install react-hot-loader@next --save

再启动npm start

ok!!!

你可能感兴趣的:(react)