We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71e80b commit f90ff73Copy full SHA for f90ff73
1 file changed
content/install-guides/codex-cli.md
@@ -76,6 +76,12 @@ Download and run the Node.js 22.x setup script:
76
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
77
```
78
79
+Install Node.js:
80
+
81
+```bash
82
+sudo apt install nodejs -y
83
+```
84
85
Verify Node.js is installed correctly:
86
87
```bash
@@ -85,7 +91,7 @@ node --version
91
The output should show version 18 or higher:
92
93
```output
88
-v22.16.0
94
+v22.21.0
89
95
90
96
97
Verify npm is available:
@@ -97,7 +103,7 @@ npm --version
103
The output shows the npm version:
98
104
99
105
100
-10.9.2
106
+10.9.4
101
107
102
108
109
### How do I install Codex CLI using npm on Arm Linux?
0 commit comments