- Node.js
- Oracle Instant Client (optional, used to upload your files to APEX Shared Components)
APEX Nitro is installed from npm, the Node.js package manager. After installing Node.js, open a command line and run the following:
npm install -g apex-nitroExplanation:
npminvokes npminstallinstall a module from the npm registry-ginstallation should be done globallyapex-nitrothe name of the package we are installing