...
If yum is properly set up on your system, you can install Node.js by running the following command in a PASE shell:
Code Block |
---|
yum install nodejs12nodejs14 |
If you would like to install a different version of Node.js, you can simply replace nodejs12 nodejs14 with the correct version in the command.
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: