【转】babel安装问题Cannot find module '@babel/core' babel-loader@8 requires Babel 7.x
原文地址:https://blog.csdn.net/zr15829039341/article/details/86553652

原因是:
babel-loader和babel-core版本不对应所产生的,
babel-loader 8.x对应babel-core 7.x
babel-loader 7.x对应babel-core 6.x
也就是说,看你的版本,然后执行

我的core版本时6,安装loader7.x的版本
npm i --save-dev babel-loader@7.1.5

浙公网安备 33010602011771号