1.安装nodejs
2.更换淘宝镜像
npm config set registry https://registry.npm.taobao.org --global
3.安装webpack4
npm install --global webpack
4.安装cli
npm install webpack-cli -g
5.