There was an error while loading. Please reload this page.
2 parents 976cf98 + 38a251b commit 05b32efCopy full SHA for 05b32ef
1 file changed
code/lib/create-storybook/src/initiate.ts
@@ -178,7 +178,8 @@ async function runStorybookDev(result: {
178
179
const parts = storybookCommand.split(' ');
180
181
- if (packageManager.type === 'npm') {
+ // Angular CLI throws "Unknown argument: silent"
182
+ if (packageManager.type === 'npm' && projectType !== ProjectType.ANGULAR) {
183
parts.push('--silent');
184
}
185
0 commit comments