1.前言
npm install的时候卡着不动,安装失败。
2.解决
2.1清除代理
npm config rm proxy
npm config rm https-proxy
#权限问题记得加sudo
2.2修改镜像资源为淘宝镜像资源
npm config set registry http://registry.npm.taobao.org
2.3查看镜像资源是否切换成功
npm config get registry
成功切换
npm install的时候卡着不动,安装失败。
npm config rm proxy
npm config rm https-proxy
#权限问题记得加sudo
npm config set registry http://registry.npm.taobao.org
npm config get registry
成功切换
道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。