Warning | ||
---|---|---|
| ||
...
If you would like to install a different version of Node.js, you can simply replace nodejs14 with the correct version in the command.
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.
...
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 |