Before you begin using the Aurelia CLI, ensure your machine meets the following prerequisites:
Node.js: Install the latest Long-Term Support (LTS) version of Node.jsarrow-up-right.
Git: Install a Git clientarrow-up-right for version control.
After installing the prerequisites, install the Aurelia CLI globally using npm:
npm install -g aurelia-cli
On some systems, you may need to use sudo to install global npm packages: sudo npm install -g aurelia-cli
sudo
sudo npm install -g aurelia-cli
Last updated 1 year ago
Was this helpful?