首页
关于
随笔
作品
专题
邻居
开源
01月
18
2021
yarn 设置淘宝镜像
随笔
技术知识
阅读
3987
次
标签:
前端
运维
> 如果使用 yarn 速度很慢,你可以设置淘宝镜像 更多信息可以查阅:[http://npm.taobao.org/](http://npm.taobao.org/)。 ## 设置为淘宝镜像 ```sh $ yarn config set registry https://registry.npm.taobao.org -g $ yarn config set disturl https://npm.taobao.org/dist -g $ yarn config set electron_mirror https://npm.taobao.org/mirrors/electron/ -g $ yarn config set sass_binary_site https://npm.taobao.org/mirrors/node-sass/ -g $ yarn config set phantomjs_cdnurl https://npm.taobao.org/mirrors/phantomjs/ -g $ yarn config set chromedriver_cdnurl https://cdn.npm.taobao.org/dist/chromedriver -g $ yarn config set operadriver_cdnurl https://cdn.npm.taobao.org/dist/operadriver -g $ yarn config set fse_binary_host_mirror https://npm.taobao.org/mirrors/fsevents -g ``` ## 查看 ```sh $ yarn config get registry $ yarn config get disturl ```
您可能感兴趣的
01月
03
PM2常用命令整理
随笔
技术知识
阅读
3860
次
标签:
运维
pm2 是一个带有负载均衡功能的Node应用的进程管理器.当你要把你的独立代码利用全部的服务器上的所有CPU,并保证进程永远都活着,0秒的重载, PM2是完美的。
03月
11
npm设置淘宝镜像或设置用淘宝定制的 cnpm (gzip 压缩支持) 命令行工具
随笔
技术知识
阅读
2994
次
标签:
运维
前端
国内使用 npm 速度很慢,你可以设置npm淘宝镜像或使用淘宝定制的 cnpm (gzip 压缩支持) 命令行工具
06月
18
在 Linux 下 运行npm install 出现报错 Please try running this command again as root/Administrator
随笔
技术知识
阅读
3452
次
标签:
前端
运维
1、在命令前加上 sudo 2、sudo npm install --unsafe-perm=true 3、sudo npm install --unsafe-perm=true --allow-root
06月
18
在 Linux 下 运行 sudo npm install 出现报错 sudo: npm:command not found
随笔
技术知识
阅读
5139
次
标签:
运维
前端
1、输入`which npm`可以得到 自己安装的npm位置 2、建立链接3、sudo ln [option]
06月
01
yarn安装常用命令与修改镜像源方法,并与npm命令比较
随笔
技术知识
阅读
9752
次
标签:
前端
运维
国内使用 yarn 速度很慢,默认是去 npm/yarn 官方镜像源获取需要安装的具体软件信息,你可以重新修改镜像源。与npm命令比较
09月
05
修改 npm 缓存目录
随笔
技术知识
阅读
6016
次
标签:
前端
运维
npm 默认会使用 C:\Users\Administrator\AppData\Roaming\npm-cache 目录,不仅不便于管理而且占用C盘空间
01月
08
git 常用命令整理
随笔
技术知识
阅读
2805
次
标签:
前端
后端
运维
Git 是一个开源的分布式版本控制系统,用于敏捷高效地处理任何或小或大的项目。
幻灯片
朦胧
热情
清幽
青翠
花红
清新
黑夜