We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf37e5 commit 31b0fd1Copy full SHA for 31b0fd1
packages/create-vite/src/index.ts
@@ -258,7 +258,7 @@ const FRAMEWORKS: Framework[] = [
258
name: 'custom-angular',
259
display: 'Angular ↗',
260
color: red,
261
- customCommand: 'npx -p @angular/cli@latest ng new TARGET_DIR',
+ customCommand: 'npm exec @angular/cli@latest new TARGET_DIR',
262
},
263
{
264
name: 'custom-analog',
0 commit comments