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.
@@ -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 LTS** or newer: [nodejs.org](https://nodejs.org/)
26
- - Node.js 20 LTS is the minimum recommended version as of 2025. Node.js 22 LTS is also fully supported.
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 LTS** trở lên: [nodejs.org](https://nodejs.org/)
26
- - Node.js 20 LTS phiên bản tối thiểu được khuyên dùng từ 2025 trở đi. Node.js 22 LTS cũng được hỗ trợ đầy đủ.
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 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`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-openclaw-bot",
3
- "version": "5.1.13",
3
+ "version": "5.1.15",
4
4
  "description": "Interactive CLI installer for OpenClaw Bot",
5
5
  "main": "cli.js",
6
6
  "bin": {