Warning | ||
---|---|---|
| ||
...
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 nodejs14nodejs20 |
If you would like to install a different version of Node.js, you can simply replace nodejs14 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 | ||
---|---|---|
| ||
If 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: |