$ node -v
$ npm config set registry https://registry.npm.taobao.org/
$ npm config get registry
$ npm init -y
$ npm i -S webpack
复制代码
npm
https://www.shiyanlou.com/courses/running
$ node -v
$ npm config set registry https://registry.npm.taobao.org/
$ npm config get registry
$ npm init -y
$ npm i -S webpack
复制代码
https://www.shiyanlou.com/courses/running