I'm new to Angular. I installed Angular CLI from Angular.io, but I get this error:
"Tree type is not supported"
when creating a new Angular project.
I'm new to Angular. I installed Angular CLI from Angular.io, but I get this error:
"Tree type is not supported"
when creating a new Angular project.
Finally removed
yarn.lockandnode_modulesand installed again worked for me. This could help someone who has trouble now.
yarn.lock or package.json with node_modules. This worked for me. I was having issue generating a module.I had the same issue, solved uninstalled angular cli global and reinstalling it again, did you tried that?
I had same issue with different cases, ng new, and ngrx commands...
Please track this issue https://github.com/angular/angular-cli/issues/11707
Just downgrade CLI to 6.0.8 should work.