-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
常用的 yarn 命令 #187
Comments
使用yarn安装puppeteer等问题
|
Vue-next 时出现错误: |
设置 npm config set proxy http://127.0.0.1:10818
npm config set https-proxy http://127.0.0.1:10818
npm config delete proxy
npm config delete https-proxy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yarn 是
Facebook
贡献的用于取代npm
的Javascript
包管理器。1.1 查看 yarn 配置信息
1.2 修改 yarn 的源镜像为淘宝源
1.3 查看 yarn 的 bin 的位置
1.4 查看 yarn 的全局安装位置
1.5 修改 yarn 全局安装目录
1.6 查看 yarn 全局配置文件 .yarnrc 的位置
1.7 清理缓存
1.8 设置和删除代理
1.9 设置镜像
查看当前配置的镜像
设置淘宝镜像
换成原来的镜像
The text was updated successfully, but these errors were encountered: