Skip to content

Commit f90ff73

Browse files
committed
add last necessary install command and update versions to latest
1 parent f71e80b commit f90ff73

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

content/install-guides/codex-cli.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ Download and run the Node.js 22.x setup script:
7676
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
7777
```
7878

79+
Install Node.js:
80+
81+
```bash
82+
sudo apt install nodejs -y
83+
```
84+
7985
Verify Node.js is installed correctly:
8086

8187
```bash
@@ -85,7 +91,7 @@ node --version
8591
The output should show version 18 or higher:
8692

8793
```output
88-
v22.16.0
94+
v22.21.0
8995
```
9096

9197
Verify npm is available:
@@ -97,7 +103,7 @@ npm --version
97103
The output shows the npm version:
98104

99105
```output
100-
10.9.2
106+
10.9.4
101107
```
102108

103109
### How do I install Codex CLI using npm on Arm Linux?

0 commit comments

Comments
 (0)