Primeng/themes Aura Compiled with problems: #3275
Unanswered
emircandmir
asked this question in
PrimeNG
Replies: 2 comments 6 replies
-
@emircandmir The import should be: +import Aura from '@primeng/themes/aura';
-import Aura from '@primeng/themes/Aura'; make sure to install |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I updated my project from primeNg 17 to 19, but I am having trouble with the theme. Previously, @import "primeng/resources/primeng.css" in style.css; We were doing it, but it was removed, now I want to add the Aura theme as mentioned in the doc, but I encounter this error in the compiled section.
Error: Module not found: Error: Package path ./Aura is not exported from package.
Beta Was this translation helpful? Give feedback.
All reactions