From bb30d6e02ff2707c0c48c131e16f33b9d51c75de Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sat, 20 Jul 2024 18:18:34 +0800 Subject: [PATCH] chore: 1 --- plugin.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin.md b/plugin.md index 9dcabb8f..f42b96ec 100644 --- a/plugin.md +++ b/plugin.md @@ -4,8 +4,6 @@ 安装依赖包: ```shell -# 设置环境变量 -npm config set node_sqlite3_binary_host_mirror "https://registry.npmmirror.com/-/binary/sqlite3" # 克隆代码 git clone https://github.com/certd/certd @@ -14,6 +12,7 @@ git clone https://github.com/certd/certd cd certd # 安装依赖 +npm install -g pnpm@8.15.7 pnpm install # 初始化构建