I\'ve followed the instruction to install primeng by running npm install primeng --save
then importing what I need in the app.module.ts
file, for e
Just upgraded to PrimeNG 6.1.6 and got this error.
Looks like with this release the themes have stopped using theme.css in favor of theme.scss. So, you will have to reference "node_modules/primeng/resources/themes/omega/theme.scss" (instead of "theme.css") in the "styles" section of angular.json AND …
You will need to npm rebuild node-sass.