You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
Two or more projects are using identical roots. Unable to determine project using current working directory. Using default workspace project instead.
.
.
.
Schematic input does not validate against the Schema: {"project":null,"theme":"pink-bluegrey","gestures":false,"animations":false}
Errors:
Data path ".project" should be string.
The text was updated successfully, but these errors were encountered:
EDIT: there must be a problem in angular.json file, I was able to successfully run command after replacing the content of it with a content of angular.json from a freshly created project, installed, reverted back to original.
Ran into this issue myself. In my case it was because I first ran ng new my-project --create-application=false. I was just trying to build a quick project for experimentation. Taking out the create-application and simply going with --minimal gave me a lightweight initial app and cleared up the error.
I ran following in this project and got error:
ng add @angular/material
The text was updated successfully, but these errors were encountered: