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 8302286 commit e0ecf4bCopy full SHA for e0ecf4b
index.js
@@ -28,6 +28,7 @@ function createNgxCli(args) {
28
});
29
30
// Skip confirmation prompt
31
+ // eslint-disable-next-line camelcase
32
process.env.npm_config_yes = true;
33
34
return spawn.sync('npx', [...packages, 'ngx', 'new'].concat(args || []), {
0 commit comments