1、在命令行先查看
npm config get registry
2、修改本地或者tb镜像(搭建私服教程点这里 )
淘宝镜像npm config set registry http://registry.npm.taobao.org/
或
官方镜像npm config set registry https://registry.npmjs.org/
或
个人镜像npm config set registry http://198.216.15.203:8081/repository/npm-all/
(这里地址自行改成自己配置的地址)
3、验证配置镜像
npm -loglevel info install grunt