create-openclaw-bot 5.1.13 → 5.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -1
- package/CHANGELOG.vi.md +18 -1
- package/README.md +11 -14
- package/README.vi.md +11 -14
- package/cli.js +290 -224
- package/docs/install-docker.md +3 -2
- package/docs/install-docker.vi.md +3 -2
- package/package.json +1 -1
- package/setup.js +405 -213
- package/tests/smoke-cli-logic.mjs +130 -23
package/docs/install-docker.md
CHANGED
|
@@ -22,8 +22,9 @@ Docker works well, but it has a learning curve. Review this table before proceed
|
|
|
22
22
|
|
|
23
23
|
Before installing Docker, ensure the following:
|
|
24
24
|
|
|
25
|
-
- **Node.js 20
|
|
26
|
-
- Node.js 20
|
|
25
|
+
- **Node.js 20/22/24**: [nodejs.org](https://nodejs.org/)
|
|
26
|
+
- Node.js 20 is the minimum recommended version. Node.js 22 and 24 are also fine.
|
|
27
|
+
- Avoid Node.js 25 for now; there are reports of OpenClaw failing on it.
|
|
27
28
|
- Verify: `node -v`
|
|
28
29
|
- **Docker Engine with Compose v2 plugin**: Instructions below.
|
|
29
30
|
- Verify Compose v2: `docker compose version` (Note: `docker compose`, not `docker-compose`)
|
|
@@ -22,8 +22,9 @@ Docker hiệu quả nhưng có yêu cầu kỹ thuật nhất định. Hãy xem
|
|
|
22
22
|
|
|
23
23
|
Trước khi cài Docker, hãy đảm bảo có đủ:
|
|
24
24
|
|
|
25
|
-
- **Node.js 20
|
|
26
|
-
- Node.js 20
|
|
25
|
+
- **Node.js 20/22/24**: [nodejs.org](https://nodejs.org/)
|
|
26
|
+
- Node.js 20 là mức tối thiểu khuyên dùng. Node.js 22 và 24 cũng ổn.
|
|
27
|
+
- Tạm tránh Node.js 25 vì đã có report OpenClaw lỗi trên bản này.
|
|
27
28
|
- Kiểm tra: `node -v`
|
|
28
29
|
- **Docker Engine kèm plugin Compose V2**: Hướng dẫn cài bên dưới.
|
|
29
30
|
- Kiểm tra Compose V2: `docker compose version` (Lưu ý: `docker compose`, không phải `docker-compose`)
|