DevExtreme CLI is a command-line tool for scaffolding and building DevExtreme applications. Version 1.14.2 supports creating new projects, adding templates, and managing themes for React, Angular, and Vue frameworks. Requires Node.js >20.19.0 and is distributed under the MIT license. It integrates with DevExtreme components and provides a themebuilder for customizing themes. The tool is actively maintained by DevExpress.
npm install devextreme-cliNo compatibility data collected yet for this library.
Shows how to create a new DevExtreme React application using the CLI.
Update Node.js to version >=20.19.0.
Upgrade to v1.2+ and regenerate templates.
Install devextreme: npm install devextreme
Migrate to Angular 2+ or use older CLI version.
Ensure network access when running scaffolding commands.
Run: npm install devextreme
Use npx: npx devextreme-cli [command]
Check network connectivity; retry with a stable connection.