1、安装淘宝镜像 由于 npm 安装速度慢,本教程使用了淘宝的镜像及其命令 cnpm 安装淘宝镜像 $ npm:npm install -g cnpm --registry=https://registry.npm.taobao.org # 升级 npm $ cnpm install npm -g ...
分类:
其他好文 时间:
2020-04-30 11:23:00
阅读次数:
111
docker pull 错误 net/http: TLS handshake timeout 的解决方案 问题原因 :该命令默认从docker远端镜像仓库中拉取镜像,但由于远端仓库的服务器是在国外,我们国内有的用户很可能都访问不 解决:使用国内镜像 daocloud镜像加速器 该方法需要配置加速器的 ...
分类:
Web程序 时间:
2020-04-29 16:27:31
阅读次数:
87
TypeScript 介绍,安装和开发工具 视频地址:https://www.bilibili.com/video/BV1yt411e7xV?from=search&seid=3283823731602112531 1. 安装: npm install -g cnpm --registry=http ...
分类:
其他好文 时间:
2020-04-29 10:58:23
阅读次数:
53
1. 往文件/etc/default/docker中加入以下内容: DOCKER_OPTS="--insecure-registry $DOCKER_OPTS --insecure-registry registry.mirrors.aliyuncs.com" 2. 重启docker服务 $ sud ...
分类:
Web程序 时间:
2020-04-28 23:29:10
阅读次数:
289
右上角🔍(或者双击shift)打开搜索框 输入registry打开 然后找到 打上勾就取消掉了。 ...
分类:
其他好文 时间:
2020-04-28 15:06:55
阅读次数:
56
一、使用npm安装 npm install -g yarn 二、查看yarn版本 yarn --version 三、配置淘宝源 yarn config set registry https://registry.npm.taobao.org -g yarn config set sass_binar ...
分类:
其他好文 时间:
2020-04-26 10:46:33
阅读次数:
68
NPM 查询当前镜像 npm get registry 设置为淘宝镜像 npm config set registry https://registry.npm.taobao.org/ 设置为官方镜像 npm config set registry https://registry.npmjs.or ...
分类:
其他好文 时间:
2020-04-26 10:38:16
阅读次数:
67
今天卸载了JDK8,随后安装了 JDK14,但是配置完环境变量之后,还是不行,出现问题如下: Error: opening registry key 'Software\JavaSoft\Java Runtime Environment 最终确定原因,因为path环境变量中,有在新安装的JDK14前 ...
分类:
编程语言 时间:
2020-04-24 12:58:06
阅读次数:
342
npm -v #显示版本,检查npm 是否正确安装。 npm install express #安装express模块 npm install -g express #全局安装express模块 npm list #列出已安装模块 npm show express #显示模块详情 npm updat ...
分类:
其他好文 时间:
2020-04-23 19:03:17
阅读次数:
45
Docker --- 构建镜像、私有仓库registry、数据卷、端口映射
分类:
其他好文 时间:
2020-04-23 12:22:21
阅读次数:
102