...
...
...
...
...
...
...
...
...
...
Install Profound UI
Info | icon | false
---|
When installing Profound.js 5 or earlier you should first install Profound UI on your IBM i. For Profound.js 6 or later Profound UI is not required. However, if you plan to use Profound UI also, you can install it first so that Profound UI and Profound.js can share ui resources. To install Profound UI, follow these steps:
|
On IBM i
Before Installing Profound.js
You must first first install Node.js 12, 14, or 16 to your IBM i.
You need to use yum opensource package manager to install Node.js
Info |
---|
Yum InstallationDocumentation by IBM on how to install the yum opensourceyum opensource package manager to an IBM i can be found here. |
Installing Node.js with yum Package Manager
If yum is 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 nodejs16 |
...
If you would like to install a different version of Node.js, you can simply replace replace nodejs14 with with the correct version in the command.
...
For example, if NPM shows a message like below, DO NOT follow the steps given to update NPM:
...
Info | |
---|---|
title | Downgrade NPMIf you accidentally changed the version of NPM from that installed by yum, re-install Node.js to set NPM back to normal. For example, to re-install Node.js 14 w/NPM 6: |
After a stable Node.js release (version 12 to 16) is installed to your IBM i, you may continue with with installing Profound.js.