Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
30
Angular 14 to 15 update error even after adding stylePreprocessorOptions
posted

I am updating from Angular 14 to 15. I see that the error shown is similar to what is added in the below post. But even after following the mentioned solution it seems the error remains. Can anyone help with this? 

https://www.infragistics.com/community/forums/f/ignite-ui-for-angular/124892/sass-error-after-upgrading-vom-v14-to-v15

Error for reference 

My dependencies related to ignite-ui are 

dependencies --> 

"@igniteui/material-icons-extended""^2.10.0",
"@infragistics/igniteui-angular""npm:igniteui-angular@15.0.13",
"igniteui-theming""1.4.1",
"igniteui-angular-i18n""^14.2.1",

My angular.json has the stylePreprocessorOptions added in the following way

"projectName" : {
     "architect": {
        "build": {
           "storybook": {
               "options": {
                  "stylePreprocessorOptions": {
                      "includePaths": ["node_modules"]
                   },
                },
                         },
                  },
          },
},
Parents
No Data
Reply
  • 1560
    Offline posted

    Hello,

    I noticed that there is an additional forum thread regarding the same query. Please, keep in mind that according to our support policy, we handle a single thread per issue. This helps us ensure that all issues are addressed and handled correctly.

    Please take a look at this forum thread where I have already provided an answer and let me know if you have any additional questions.

    Thank you for using Infragistics components.


    Sincerely,
    Teodosia Hristodorova
    Software Developer

Children
No Data