Skip to content

Commit

Permalink
docs(package-manager): IBM i use recent node version (#6359)
Browse files Browse the repository at this point in the history
I've updated the docs to suggest installing Node.js 20 instead of 14 which is out of support.

Signed-off-by: Abdirahim Musse <[email protected]>
  • Loading branch information
abmusse authored Feb 27, 2024
1 parent 5b473f5 commit b9d1c4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/en/download/package-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ emerge nodejs

## IBM i

LTS versions of Node.js are available from IBM, and are available via [the 'yum' package manager](https://ibm.biz/ibmi-rpms). The package name is `nodejs` followed by the major version number (for instance, `nodejs12`, `nodejs14` etc)
LTS versions of Node.js are available from IBM, and are available via [the 'yum' package manager](https://ibm.biz/ibmi-rpms). The package name is `nodejs` followed by the major version number (for instance, `nodejs18`, `nodejs20` etc)

To install Node.js 14.x from the command line, run the following as a user with \*ALLOBJ special authority:
To install Node.js 20.x from the command line, run the following as a user with \*ALLOBJ special authority:

```bash
yum install nodejs14
yum install nodejs20
```

Node.js can also be installed with the IBM i Access Client Solutions product. See [this support document](http://www-01.ibm.com/support/docview.wss?uid=nas8N1022619) for more details
Expand Down

0 comments on commit b9d1c4e

Please sign in to comment.