babel安裝問題,Cannot find module '@babel/core' babel-loader@8 requires Babel 7.x (the package '@babel/c(轉)


Cannot find module '@babel/core' babel-loader@8 requires Babel 7.x (the package '@babel/core'). If you'd like to use Babel 6.x ('babel-core'), you should install 'babel-loader@7'.ou should install 'babel-loader@7'.

 

原因是:
babel-loader和babel-core版本不對應所產生的,
babel-loader 8.x對應babel-core 7.x
babel-loader 7.x對應babel-core 6.x

也就是說,看你的版本,然后執行

npm i --save-dev babel-loader@7.1.5

   
你需要自己看一下babel-core的版本,去安裝對應版本的babel-loader。



免責聲明!

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



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