Machine setup

Before you begin using the Aurelia CLI, ensure your machine meets the following prerequisites:

After installing the prerequisites, install the Aurelia CLI globally using npm:

npm install -g aurelia-cli
circle-info

On some systems, you may need to use sudo to install global npm packages: sudo npm install -g aurelia-cli

Last updated

Was this helpful?