Module build failed (from ./node_modules/_babel-loader@7.1.4@babel-loader/lib/index.js):
Error: Couldn't find preset "es2015" relative to directory "/Users/yuchengjie/Desktop"
at Array.map (<anonymous>)
你这是丢包了哦,
执行npm install es2015 -D
安装一下子解析包,不行把依赖包全干掉,
执行npm install