-
Notifications
You must be signed in to change notification settings - Fork 12k
Show nice error when attempting to ng-add something that doesn't exist #10467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Milestone
Comments
hansl
added a commit
to hansl/devkit
that referenced
this issue
Apr 26, 2018
clydin
pushed a commit
to angular/devkit
that referenced
this issue
Apr 26, 2018
hansl
added a commit
to hansl/devkit
that referenced
this issue
Apr 27, 2018
hansl
added a commit
to angular/devkit
that referenced
this issue
Apr 27, 2018
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Apr 27, 2018
…hematics Does not show a better error if there are schematics but ng-add isnt found. That will simply show "schematics ng-add not found" or something alike, which is fine here. fixes angular#10467
hansl
added a commit
to hansl/angular-cli
that referenced
this issue
Apr 27, 2018
…hematics Does not show a better error if there are schematics but ng-add isnt found. That will simply show "schematics ng-add not found" or something alike, which is fine here. fixes angular#10467
hansl
added a commit
that referenced
this issue
Apr 27, 2018
…hematics Does not show a better error if there are schematics but ng-add isnt found. That will simply show "schematics ng-add not found" or something alike, which is fine here. fixes #10467
hansl
added a commit
that referenced
this issue
Jun 6, 2018
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Versions
Repro steps
ng new my-app
cd my-app
ng add @angular/[email protected]
Observed behavior
Desired behavior
Show a friendly error message that we couldn't find any schematics in the referenced package.
The text was updated successfully, but these errors were encountered: