Versions Compared

Key

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

...

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:

...

Note

The previous way of doing this (by using 'nodever list') is deprecated and has been replaced with 'update-alternatives'. While 'nodever' should still work properly if installed, we recommend using the new 'update-alternatives' method instead. There's more information about 'update-alternatives' here: https://ibmsystemsmagtechchannel.com/Power-SystemsSMB/05/2020/update-alternatives

Step 4: Checking the Version of Node.js

...