UNPKG

@enact/cli

Version:

Full-featured build environment tool for Enact applications.

21 lines (14 loc) 539 B
--- title: Installation order: 1 --- ## Requirements Node 10 LTS or later. ## Installation via npm Standard global installation of `@enact/cli` via npm. ```bash npm install -g @enact/cli ``` All releases are published, with the default (and `latest` tag) being the current stable release. Unreleased and development builds can be installed by installing from the git repository directly (for example, `enactjs/cli#develop`). ### Linux Notes When installing under Linux, it may be necessary to prefix the install command with `sudo`.