We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf2245 commit 76ea6f0Copy full SHA for 76ea6f0
packages/devextreme-cli/src/applications/application.vue.js
@@ -39,7 +39,7 @@ const preparePackageJsonForTemplate = (appPath, appName) => {
39
async function createVueApp(name, depsVersionTag) {
40
const argList = ['create', `vue${depsVersionTag ? `@${depsVersionTag}` : ''}`, name, '--registry', 'https://registry.npmjs.org/', '--', '--default'];
41
42
- return runCommand('npx', argList);
+ return runCommand('npm', argList);
43
}
44
45
const bumpVue = (appPath, versionTag) => {
0 commit comments