Installation
Requirements
Node 10 LTS or later.
Installation via npm
Standard global installation of @enact/cli via npm.
npm install -g @enact/cliAll 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.