-
Notifications
You must be signed in to change notification settings - Fork 488
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
Unable to install this package using angular cli #1498
Comments
Facing the exact same issue running Angular 11 CLI with Angular 11 App with node 12.17 |
Hi, the library's versioning is linked to major version of Angular. Please try: Angular 10:
Angular 11:
For more versions, take a look at the Releases page. |
Thanks for the info! I also just ran into this issue. You may want to add this information to the install instructions on http://l-lin.github.io/angular-datatables/#/getting-started . I've opened a PR for this at #1510 |
Hi, this issue has been fixed in latest release of v10. I'll also make releases for Angular v9 and v11 projects soon. Please try |
Awesome! Will test this out tonight. Thank you! |
When I tried to install using cli command "ng add angular-datatables"
It showing 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."
Environment
The text was updated successfully, but these errors were encountered: