Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Note
titleContent Freeze

As of July 25th, 2023, there is a content freeze on this page.


Node.js runs in the PASE environment on IBM i, like many other open source technologies. The steps on this page can be used to verify that Node.js has been properly installed.

...

Code Block
languagebash
PATH=/QOpenSys/pkgs/bin:$PATH
export PATH

...

Anchor

...

selectingnodejsversion
selectingnodejsversion
Step 3: Selecting Node.js Version

If you have multiple versions of Node.js installed, you can select a specific version to use during your session with the following command:

...