码迷,mamicode.com
首页 >  
搜索关键字:registry    ( 2386个结果
vue安装
官网:https://nodejs.org/zh-cn/ 安装完可检查在windows任务命令行里输入node -v 使用淘宝NPM镜像源下载比较快 命令:npm install -g cnpm --registry=https://registry.npm.taobao.org 安装vue-cli ...
分类:其他好文   时间:2020-06-19 12:29:43    阅读次数:69
vue部署
首先安装 nodejs和npm 原文 切换淘宝镜像 npm config set registry https://registry.npm.taobao.org --global npm config set disturl https://npm.taobao.org/dist --global ...
分类:其他好文   时间:2020-06-19 12:16:37    阅读次数:40
nodejs 常见错误以及修复方式
如果npminstall失败可以换地址#修改npm的配置文件让npm到另外的pacakgemirror站点去找packagenpmconfigsetregistryhttps://registry.npm.taobao.org二、解决electron安装,卡在install.js不动的问题(node:40800)UnhandledPromiseRejectionWarning:RequestErr
分类:Web程序   时间:2020-06-17 10:44:39    阅读次数:131
Spring ApplicationContext下的refresh()方法
public class BeanTest{ @Test public void test(){ ApplicationContext applicationContext = new ClassPathXmlApplicationContext("applicationContext.xml"); ...
分类:移动开发   时间:2020-06-16 20:48:21    阅读次数:79
docker入门及常用命令
docker 入门及常用命令:docker image 、docker container、docker registry
分类:其他好文   时间:2020-06-16 01:24:22    阅读次数:78
npm修改为淘宝源
// 设置 淘宝镜像源 npm config set registry https://registry.npm.taobao.org // 查看 使用的 镜像源 npm config get registry// 安装 淘宝镜像源 npm install -g cnpm --registry=ht ...
分类:其他好文   时间:2020-06-16 00:30:21    阅读次数:106
搭建一款属于自己的全能HEXO
收集了一些hexo使用时常常使用到的东西 切换镜像源 方法1 切换淘宝镜像 npm config set registry https://registry.npm.taobao.org 切换回原镜像 npm config set registry https://registry.npmjs.or ...
分类:其他好文   时间:2020-06-15 21:10:01    阅读次数:69
npm 和 yarn 更改为淘宝镜像
查看registry # npm命令 npm config get registry # yarn命令 yarn config get registry 修改为淘宝镜像 # npm命令 npm config set registry http://registry.npm.taobao.org/ # ...
分类:其他好文   时间:2020-06-15 15:49:57    阅读次数:86
docker更换源
解决方案:修改~/.docker/daemon.json文件,在后面加入:{ "registry-mirrors":["https://docker.mirrors.ustc.edu.cn"]} 改成这样的格式,感觉速度块了很多 {"debug":true,"experimental":false, ...
分类:其他好文   时间:2020-06-15 15:40:31    阅读次数:87
npm install时,长时间停留在fetchMetadata: sill 或者ETIMEDOUT
在网上搜了一下问题,试了两种方法:方法一:npminstall-gcnpm--registry=https://registry.npm.taobao.organdcnpminstall替代npminstall此方法在我电脑上不工作,由于security原因,下载三方库还是不能成功:cnpminstallcnpm:FileC:\Users\xup\AppData\Roaming\npm\cnpm.
分类:Web程序   时间:2020-06-15 09:44:03    阅读次数:151
2386条   上一页 1 ... 19 20 21 22 23 ... 239 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!