版本不匹配的大坑--一般不要全局安装--在项目目录里用package.json的依赖安装即可
sudo npm uninstall webpack-dev-server -g sudo npm uninstall webpack -g sudo npm install npm run dev