Recently I updated my angular application to version 14 and after the upgrade, I am getting the below error. The error is below
./src/assets/vendor/default/styles.scss - Error: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
SassError: Can't find stylesheet to import.
╷
4 │ @import "~src/vendor/libs/ng2-nouislider/mixins";
Could anyone help to resolve this problem?
Thanks in advance