1. 程式人生 > >webpack打包前端專案報錯 Error: Cannot find module '@babel/core'錯誤

webpack打包前端專案報錯 Error: Cannot find module '@babel/core'錯誤

據上述錯誤顯示,我安裝的 babel-loader版本和babel-core版本不匹配,

兩種方法解決:

(1)、[email protected]需要babel 7(babel-core).

(2)、如果要使用babel-core 6,需要安裝[email protected]的版本。使用命令npm uninstall babel-loader  ,然後使用

npm install [email protected]