Versions Compared

Key

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


Warning
titleImportant!
  1. Node.js 12 or 14 is required for 14 is required for Profound.js 5.
  2. Node.js 14 or 16 is required for Profound.js 6.
  3. IBM i 7.2 or higher is required for Node.js 12 and later.
  4. The yum opensource package manager is required for installing Node.js on IBM i.

...

If you would like to install a different version of Node.js, you can simply replace nodejs14 with the correct version in the command. And if you need to downgrade it, uninstall Node.js 16 and then install Node.js 14 using the normal installation procedure for your platform


IMPORTANT - Profound.js is tested with versions of Node Package Manger (NPM) that install from the IBM yum repos. The Node.js packages include a copy of NPM that gets updated when the Node.js yum package is updated. Do not manually update or change the NPM version on the system, as this can result in installation problems.

For example, if NPM shows a message like below, DO NOT follow the steps given to update NPM:


Info
titleDowngrade NPM

If you accidentally updated to NPM 7 or later, you can downgrade it with: npm install -g npm@6.14.12