解決:transform-decorators-legacy 報錯


最近在運行一個React招聘網站移動端 | 技術棧 : React16+Antd+Router4+Redux+axios+Express+MongoDB |

項目地址:   https://github.com/TYRMars/React-Advertises

執行npm run start

報錯

Failed to compile.

./src/index.js
Module build failed: ReferenceError: Unknown plugin "transform-decorators-legacy" specified in "C:\\Users\\72074530\\Desktop\\1234\\app\\package.json" at 1, attempted to resolve relative to "C:\\Users\\72074530\\Desktop\\1234\\app"
at Array.map (<anonymous>)

 

執行如下指令解決

npm install babel-plugin-transform-class-properties babel-plugin-transform-decorators-legacy babel-plugin-transform-export-extensions babel-plugin-transform-object-rest-spread babel-preset-env --save-dev

其實這個項目還需要額外:

npm install react-router-dom --save-dev

 並且注釋掉:

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM