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 ``` # 下載原始碼