angular cli doesn't create the Component will , it is just console this message
Cann't read property 'NullLogger' of undefined
try this : npm install --save @angular/cli@latest
at your package.json directory .
I think it can be the problem with Angular CLI
or npm
versions, so try:
npm install npm@latest -g
npm install @angular/cli@latest --save
Note: may be you will need to install npm
with sudo
:
sudo npm install npm@latest -g
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With