From d420786e6874bf77646868c4565e9a37bd4a2969 Mon Sep 17 00:00:00 2001 From: w287346141 <287346141@qq.com> Date: Sat, 23 May 2026 23:59:51 +0800 Subject: [PATCH] Document PowerShell npm.cmd usage --- README.zh-CN.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.zh-CN.md b/README.zh-CN.md index d6d9999..1e9d6c2 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -15,6 +15,14 @@ cd path/to/project carboncode ``` +Windows PowerShell 运行 `npm` 命令时,如果提示 `npm.ps1` 被禁止执行,请改用 `npm.cmd`,例如: + +```powershell +npm.cmd install +npm.cmd run dev +npm.cmd run verify +``` + 短命令: ```bash