我尝试学习React.JS,输入“webpack”命令,我发现了这个错误:
Hash:04008667f996e5267ae1版本:webpack 1.14.0时间:580ms + 2个隐藏的模块
./public/assets/react-source/catalog-app.js中的错误模块构建 失败:TypeError:无法读取undefined的属性'engine' 在负载(/var/www/html/web/node_modules/transform/index.js:33:18) at Object.transform(/var/www/html/web/node_modules/transform/index.js:19:3)
/public/assets/react-source/catalog-custom-item-app.js中的错误 模块构建失败:TypeError:无法读取属性'engine' 未定义 在负载(/var/www/html/web/node_modules/transform/index.js:33:18) at Object.transform(/var/www/html/web/node_modules/transform/index.js:19:3)
任何人都可以帮忙吗? 已经安装了反应引擎。我的反应应用程序之前运行良好。
答案 0 :(得分:1)
输入此命令解决了问题:
npm install transform
然后
npm install