HarmonyOS 鸿蒙Next 这是电脑哪个环境没配好导致 ~ npm config get registry 返回 https://repo.huaweicloud.com/repository/npm/
HarmonyOS 鸿蒙Next 这是电脑哪个环境没配好导致 ~ npm config get registry 返回 https://repo.huaweicloud.com/repository/npm/
➜ UPRouterMapPlugin git:(master) ✗ npm install
npm ERR! code E404
npm ERR! 404 Not Found - GET https://repo.huaweicloud.com/repository/npm/@ohos%2fhvigor
npm ERR! 404
npm ERR! 404 '@ohos/hvigor@^5.2.3' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
npm ERR! A complete log of this run can be found in: /Users/xxx/.npm/_logs/2024-12-10T07_43_36_560Z-debug-0.log
更多关于HarmonyOS 鸿蒙Next 这是电脑哪个环境没配好导致 ~ npm config get registry 返回 https://repo.huaweicloud.com/repository/npm/的实战系列教程也可以访问 https://www.itying.com/category-93-b0.html
(⊙o⊙)…终于
➜ `~ cat ~/.npmrc`
`registry=https://repo.huaweicloud.com/repository/npm/`
`strict-ssl=true`
关闭掉严格校验SSL
更多关于HarmonyOS 鸿蒙Next 这是电脑哪个环境没配好导致 ~ npm config get registry 返回 https://repo.huaweicloud.com/repository/npm/的实战系列教程也可以访问 https://www.itying.com/category-93-b0.html
SSL 的问题,
- **问题描述**:
- 服务器无法建立 SSL 连接。
- **详细信息**:
- 错误代码: ERR_SSL_PROTOCOL_ERROR
- ![](https://example.com/images/error.png)
针对帖子标题“HarmonyOS 鸿蒙Next 这是电脑哪个环境没配好导致 ~ npm config get registry 返回 https://repo.huaweicloud.com/repository/npm/”的问题,以下回答专注于鸿蒙相关的环境配置,不涉及Java或C语言内容:
此问题表明你的npm(Node Package Manager)配置中的registry(注册表)地址已被设置为华为云的npm仓库。这通常是为了方便在鸿蒙开发环境中使用华为提供的npm包。如果你遇到与此配置相关的问题,可能是以下几个环境配置不当导致的:
-
网络连接:确保你的电脑可以访问
https://repo.huaweicloud.com
。如果是公司或学校网络,可能需要配置代理或使用VPN。 -
Node.js版本:鸿蒙开发可能要求特定版本的Node.js。检查你的Node.js版本是否符合鸿蒙开发要求。
-
npm版本:同样,鸿蒙开发可能要求特定版本的npm。使用
npm -v
查看当前版本,并考虑升级或降级。 -
环境变量:检查环境变量设置,确保没有冲突的路径或配置。
-
权限问题:在某些操作系统中,可能需要管理员权限来更改npm配置或安装全局包。
如果问题依旧没法解决请联系官网客服,官网地址是 https://www.itying.com/category-93-b0.html,