簡體   English   中英

無法讀取未定義的屬性“ engine”-Webpack React

[英]Cannot read property 'engine' of undefined - Webpack React

我嘗試學習React.JS,通過鍵入“ webpack”命令,我發現了此錯誤:

哈希:04008667f996e5267ae1版本:webpack 1.14.0時間:580ms + 2個隱藏模塊

./public/assets/react-source/catalog-app.js中的錯誤模塊構建失敗:TypeError:加載時無法讀取未定義的屬性'engine'(/var/www/html/web/node_modules/transform/index.js :33:18)在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)在Object.transform(/var/www/html/web/node_modules/transform/index.js:19:3)

任何人都可以幫忙嗎? 已經安裝了react-engine。 我的React應用之前運行良好。

通過鍵入以下命令解決了問題:

npm install transform 

然后

npm install

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM