Skip to content

Commit 76ea6f0

Browse files
committed
vhange npx to npm
1 parent bcf2245 commit 76ea6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme-cli/src/applications/application.vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const preparePackageJsonForTemplate = (appPath, appName) => {
3939
async function createVueApp(name, depsVersionTag) {
4040
const argList = ['create', `vue${depsVersionTag ? `@${depsVersionTag}` : ''}`, name, '--registry', 'https://registry.npmjs.org/', '--', '--default'];
4141

42-
return runCommand('npx', argList);
42+
return runCommand('npm', argList);
4343
}
4444

4545
const bumpVue = (appPath, versionTag) => {

0 commit comments

Comments
 (0)