就得源地址:http://registry.npm.taobao.org
已过期,请使用:http://registry.npmmirror.com
一,清空缓存
npm cache clean --force
二,切换到淘宝源
npm config set registry https://registry.npmmirror.com
三,
npm cache clean --force
npm config set registry https://registry.npmmirror.com
三,