I encountered the same problem and found the solution:
-
Open angular.json file;
-
In every app configuration set:
"stylePreprocessorOptions": { "includePaths": [ "./node_modules" ] } -
remove ~ in every import;
I encountered the same problem and found the solution:
Open angular.json file;
In every app configuration set:
"stylePreprocessorOptions": {
"includePaths": [
"./node_modules"
]
}
remove ~ in every import;