akveo / nebular

:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/nebular
MIT License
8.05k stars 1.51k forks source link

nebular/auth seems to need theme.. is this reallythe case #1205

Closed albrookesplowman closed 5 years ago

albrookesplowman commented 5 years ago

Issue type

I'm submitting a ... (check one with "x")

Issue description

Current behavior: When I add @nebular/auth into package.json as I only want to use the auth package without all of the theme stuff, the app will not compile with lot of errors about missing modules e.g. @nebular/theme. According to the docs, this should be possible.

Expected behavior: It should be possible to use the auth module without the need for the theme modules - as your documentation says

Steps to reproduce: Specify the following in the package.json file with Angular7.2.1

"@nebular/auth": "3.2.1"

Other information:

npm, node, OS, Browser

npm version 6.4.1
node version 8.12.0
OS: Windows 10

Angular, Nebular

image

albrookesplowman commented 5 years ago

I have solved it now by installing the CDK and I also noticed that I had nebular with both a nebular and a Nebular....