项目经常要用到sass,这个东西,你翻墙都不一定能装上去,所以很烦,只能换源的方式安装。

npm 换源

npm config set registry https://registry.npm.taobao.org/  // 设置npm镜像源为淘宝镜像

npm config get registry  // 查看npm当前镜像源

yarn 换源

yarn config set registry https://registry.npm.taobao.org/  // 设置yarn镜像源为淘宝镜像

yarn config get registry  // 查看yarn当前镜像源
分类: 教程 标签: yarnnpm换源淘宝镜像

评论

暂无评论数据

暂无评论数据

目录