node杂记
Posted 诺浅
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了node杂记相关的知识,希望对你有一定的参考价值。
npm和yarn配置淘宝镜像
# 查看当前镜像
yarn config get registry
# npm设置淘宝镜像
npm config set registry 'https://registry.npm.taobao.org'
# yarn设置淘宝镜像
yarn config set registry 'https://registry.npm.taobao.org'
mac卸载node
国内链接下载node
node版本和node-sass版本关系
以上是关于node杂记的主要内容,如果未能解决你的问题,请参考以下文章