angular cli is not creating a component, it's just the console of this post
Do not read property "NullLogger" undefined
try the following: npm install --save @angular/ cli@latest in the package.json folder.
npm install --save @angular/ cli@latest
I think this might be a problem with Angular CLI or npm versions, so try:
Angular CLI
npm
npm install npm@latest -g
npm install @angular/ cli@latest --save
Note. You may need to install npm using sudo :
sudo
sudo npm install npm@latest -g
On Windows, uninstalling and installing angular cli (using npm) did not solve this problem for me. I solved this by uninstalling node v8 and downgrading to node v6.And then taking the latest version of angular cli.
Source: https://habr.com/ru/post/1274827/More articles:Function parameters: Keep the same color in the body and in the signature - javascriptDeserializing an array into an array - jsonprefersLargeTitles does not work with software layout - iosFailed to reach Firestore Backend - iosHow to speed up this C # Filestream encryption method - c #Use Scenarios BooleanSupplier - java-8Can we add a 3D model of AR.GeoLocation with occlusion in the Wikitude JAVASCRIPT API - javascriptScala 2.12.4: Unable to access Java protected static method from another package - scalaProblem syncing using SyncAdapter in Marshmallow and above - androidThe behavior of local and class variables in java - javaAll Articles