Skip to content
Enact

Installation

Node 10 LTS or later.

Standard global installation of @enact/cli via npm.

Terminal window
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).

When installing under Linux, it may be necessary to prefix the install command with sudo.