Skip to content
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

ComponentStore: Using ng add command fails with missing schematics error #2682

Closed
brandonroberts opened this issue Aug 22, 2020 · 1 comment · Fixed by #2687
Closed

ComponentStore: Using ng add command fails with missing schematics error #2682

brandonroberts opened this issue Aug 22, 2020 · 1 comment · Fixed by #2687
Assignees

Comments

@brandonroberts
Copy link
Member

Minimal reproduction of the bug/regression with instructions:

  1. Generate a new project
  2. Run ng add @ngrx/component-store
  3. Notice the error

The package that you are trying to add does not support schematics. You can try using a different version of the package or contact the package author to add ng-add support.

The schematics entry is missing from the package.json. An example can be found here https://github.com/ngrx/platform/blob/master/modules/store/package.json#L27

Expected behavior:

Versions of NgRx, Angular, Node, affected browser(s) and operating system(s):

Other information:

I would be willing to submit a PR to fix this issue

[ ] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No

@Jefiozie
Copy link
Contributor

If is fine by you @brandonroberts I will make a PR for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants