Warning | ||
---|---|---|
| ||
...
Multiple versions of Node.js can co-exist on the same IBM i system. For instructions on selecting the system default version when multiple Node.js versions are installed, see here.
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 | ||
---|---|---|
| ||
If you accidentally updated to NPM 7 or later, you can downgrade it with: npm install -g npm@6.14.12 |