From f92ba021e10520365f6c74a473168f5c7f75f61a Mon Sep 17 00:00:00 2001 From: Jeffery Date: Tue, 14 Apr 2026 02:46:45 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Service=EF=BC=9APicoClaw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Service%EF%BC%9APicoClaw.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Service%EF%BC%9APicoClaw.md b/Service%EF%BC%9APicoClaw.md index d8c9f4a..27977b6 100644 --- a/Service%EF%BC%9APicoClaw.md +++ b/Service%EF%BC%9APicoClaw.md @@ -10,7 +10,7 @@ wget https://go.dev/dl/go1.26.2.linux-amd64.tar.gz && tar -C /usr/local -xzf go1 echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.bashrc && source ~/.bashrc && go version ``` -## NodeJS +## NodeJS && NPM ```bash apt update && apt install -y nodejs npm && npm install -g pnpm @@ -19,7 +19,7 @@ apt update && apt install -y nodejs npm && npm install -g pnpm # 安裝相依套件 ```bash - +npm install -g pnpm ``` # 下載原始碼