Replies: 2 comments 1 reply
-
配置未生效:这里主要是 windows 环境中 Node 的
但从图中以及之前的经验可以看出可能是 D盘的根目录 这里有几个命令可以提供给你 DEBUG,你可以尝试一下结合自己的环境,毕竟我手中也没有 Windows 可以复现: node -e '
const os = require("node:os")
console.log(os.homedir())
' # 设置环境变量
CZ_DEBUG=1 cz
# Windows powershell 似乎是这样
cz -CZ_DEBUG 1 无法找到命令是的,nvm ,环境版本管理器,全局安装包目录未在系统变量
全局下载可执行文件路径如何查找: ![]() 你使用的 Windows PowerShell 所以 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
背景
想要全局使用
cz
,但发现无法正常加载~/.czrc
配置文件环境
此时编辑~/.czrc,自定义配置不生效
.czrc
内容如下代码,不知道是不是和path字段值有关其他问题:
czg
命令看到文档中说明
但是在用户目录下并没有找到
.zshrc
和.bashrc
文件这种情况,应该怎么处理
Beta Was this translation helpful? Give feedback.
All reactions