Unknown option: '--verbose'
See original GitHub issueVersions
Angular CLI: 6.0.7
Node: 8.9.0
OS: win32 x64
Angular: 6.0.3
... animations, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.6.7
@angular-devkit/build-angular 0.6.7
@angular-devkit/build-optimizer 0.6.7
@angular-devkit/core 0.6.7
@angular-devkit/schematics 0.6.7
@angular/cli 6.0.7
@ngtools/webpack 6.0.7
@schematics/angular 0.6.7
@schematics/update 0.6.7
rxjs 6.2.0
typescript 2.7.2
webpack 4.8.3
Repro steps
ng new myappng serve --verbose
Observed behavior
Unknown option: '--verbose'
Desired behavior
Expect to serve the app successfully.
Mention any other details that might be useful (optional)
It work’s on the following configuration:
Angular CLI: 6.0.0
Node: 8.9.0
OS: win32 x64
Angular: 6.0.0
... animations, cli, common, compiler, compiler-cli, core, forms
... http, language-service, platform-browser
... platform-browser-dynamic, router
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.6.0
@angular-devkit/build-angular 0.6.0
@angular-devkit/build-optimizer 0.6.0
@angular-devkit/core 0.6.0
@angular-devkit/schematics 0.6.0
@ngtools/webpack 6.0.0
@schematics/angular 0.6.0
@schematics/update 0.6.0
rxjs 6.1.0
typescript 2.7.2
webpack 4.6.0
Issue Analytics
- State:
- Created 5 years ago
- Reactions:4
- Comments:8
Top Results From Across the Web
#29962 (Queryset.explain(verbose=True) doesn't work on non ...
I managed to get the exact same error when trying to use verbose=True with SQLite, which I assume is what you tried doing...
Read more >javascript - Webpack when run in terminal it gives an "error ...
error: unknown option '-p' [webpack-cli] Run 'webpack --help' to see available commands and options npm ERR! code ELIFECYCLE C:\React ...
Read more >ng build - Angular
Option Description Value Type Default Value
‑‑aot Build using Ahead of Time compilation. boolean true
‑‑base‑href Base url for the application being built. string
‑‑delete‑output‑path Delete...
Read more >Error when reverting changes when git verbose console ... - Jira
When using verbose git command, discarding of changes does not work, using both embedded as system git. Error message is: error: unknown switch...
Read more >Verbose error messages in Keycloak 17/Quarkus
... INFO logging turned on), and the error messages tell me to use the --verbose option. ... but when I run it, I...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
but you can still specify it in angular.json file:
Same with
ng build projectName --verboseRunning ng build without specifying a project name works
ng build --verboseWhen specifying a project name it no longer worksWhy would I want more logging for an already verbose output…we’ll, when building my library the build silently dies and I have no idea what is wrong… “The build worked fine yesterday…”
Command is done and nothing is built