Tilde ~ in SCSS @use statement no longer resolving to node_modules as of Angular 13
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;