Cannot read property 'NullLogger' of undefined
See original GitHub issue<!--
Output from: `ng --version`.
@angular/cli: 1.4.5
node: 6.11.1
os: win32 x64
@angular/animations: 4.4.6
@angular/common: 4.4.6
@angular/compiler: 4.4.6
@angular/core: 4.4.6
@angular/forms: 4.4.6
@angular/http: 4.4.6
@angular/platform-browser: 4.4.6
@angular/platform-browser-dynamic: 4.4.6
@angular/router: 4.4.6
@angular/cli: 1.4.5
@angular/compiler-cli: 4.4.6
@angular/language-service: 4.4.6
typescript: 2.3.4
-->
Repro steps
- Step 1
- Step 2
- Step 3
Observed behavior
<!-- Normally this includes a stack trace and some more information. -->
Desired behavior
Mention any other details that might be useful (optional)
Issue Analytics
- State:
- Created 6 years ago
- Comments:19 (1 by maintainers)
Top Results From Across the Web
Can not read property 'NullLogger' of undefined (angular/cli ...
Today, sudeenly I start getting this error "Cannot read property 'NullLogger' of undefined" while trying to add a component ( ng g c...
Read more >Angular 1.4.9 : Cannot read property 'NullLogger' of undefined
The local Angular CLI version is used. To disable this warning use "ng set --global warnings.versionMismatch=false". Cannot read property ' ...
Read more >Cannot read property 'NullLogger' of undefined - Angular 5
Cannot read property ' NullLogger' of undefined - Angular 5.
Read more >Can not read property 'NullLogger' of undefined (angular/cli ...
Today, sudeenly I start getting this error "Cannot read property 'NullLogger' of undefined" while trying to add a component ( ng g c...
Read more >Cann't read property 'NullLogger' of undefined - karthikeyavarma
Angular component creation error : Cann't read property 'NullLogger' of undefined. Install latest Cli to solve this issue.
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
Calling this solution in your project folder worked for me, from stackOverflow:
npm install --save @angular/cli@latest
I had the same issue with CLI
1.4.9
. If you don’t want/need to updateangular-cli
to a major version, just run the following commands:Now I’m able to use CLI
1.4
with latest node version8.9.2