其他分享
首页 > 其他分享> > 前端环境安装

前端环境安装

作者:互联网

查看本机npm镜像

npm config get registry
默认镜像: https://registry.npmjs.org
淘宝镜像: http://registry.npm.taobao.org/

设置淘宝镜像

npm config set registry http://registry.npm.taobao.org/

使用镜像管理工具 nrm 切换

安装nrm

npm install -g nrm

查看镜像

nrm ls

切换镜像

nrm use taobao

yarn安装

npm install -g yarn
yarn --version

标签:npm,nrm,前端,环境,yarn,registry,org,镜像,安装
来源: https://www.cnblogs.com/xiaojianwen/p/16626055.html