Reputation: 11
I am trying to add Nebular on to my existing angular project and keep getting errors, i am following this tutorial.
https://akveo.github.io/nebular/docs/guides/add-into-existing-project#install-nebular
Upvotes: 0
Views: 748
Reputation: 116
You can't add nebular via schematics for angular prior to 7. There is no @schematics/angular stable package for 6. Please, update angular to 7 version and then try again.
If you can't up angular version, you can install [email protected] manually, it works with angular 6. See docs for guidance with the manual install.
Upvotes: 2