Machine setup
npm install -g aurelia-cliLast updated
Was this helpful?
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.js.
Git: Install a Git client for version control.
After installing the prerequisites, install the Aurelia CLI globally using npm:
npm install -g aurelia-cliOn some systems, you may need to use sudo to install global npm packages: sudo npm install -g aurelia-cli
Last updated
Was this helpful?
Was this helpful?