Registry / web-framework / devextreme-cli

devextreme-cli

JSON →
library1.14.2jsnpmunverified

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-cli
INSTALL
IMPORT
SIG · DEVEXTREME-CLI
D
devextreme-cli
web-frameworkjavascriptv1.14.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Shows how to create a new DevExtreme React application using the CLI.

npx devextreme-cli new react-app cd react-app npm install npm start
devextreme --version
Debug
Known issues
breakingRequires Node.js version >=20.19.0. Older versions may cause installation errors.
fix
Update Node.js to version >=20.19.0.
affects: <20.19.0
deprecatedOlder versions (1.1.x) used outdated template structures incompatible with latest DevExtreme.
fix
Upgrade to v1.2+ and regenerate templates.
affects: 1.1.x
gotchaThe 'devextreme' package is a peer dependency and must be installed separately. Missing it causes command failures.
fix
Install devextreme: npm install devextreme
affects: >=1.0.0
breakingRemoved support for AngularJS in v1.2.0. Attempting to use with AngularJS projects will fail.
fix
Migrate to Angular 2+ or use older CLI version.
affects: >=1.2.0
gotchaCLI commands require an active internet connection to download templates. Offline usage is not supported.
fix
Ensure network access when running scaffolding commands.
affects: >=1.0.0
Errors
Common errors & fixes
Error: Cannot find module 'devextreme'
Missing devextreme peer dependency.
fix
Run: npm install devextreme
command not found: devextreme-cli
CLI not installed globally or PATH issue.
fix
Use npx: npx devextreme-cli [command]
Error: Failed to fetch template. Reason: getaddrinfo ENOTFOUND
No internet connection or DNS resolution failure.
fix
Check network connectivity; retry with a stable connection.
Upgrade
Version history
1.14.2latest on npm
Audit
Dependencies
devextremerequiredCore DevExtreme library required for runtime components and templates
Agent activity
2 hits · last 30 days
node
2
Resources
devextreme-cli — npm install devextreme-cli · libregistry