Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 676 Bytes

File metadata and controls

21 lines (14 loc) · 676 Bytes

APEX Nitro Installation

System Requirements

Install

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-nitro

Explanation:

  • npm invokes npm
  • install install a module from the npm registry
  • -g installation should be done globally
  • apex-nitro the name of the package we are installing