Bài đăng

ERROR in multi ./src/styles.sass

Error when set up a project in Angular 6 If the error like as:  ERROR in multi ./src/styles.sass Module not found: Error: Can't resolve '/home/macrp/Desktop/workspace/angular/app-sass/src/styles.sass' in '/home/macrp/Desktop/workspace/angular/app-sass' .... Open file angular.json "  "styles" : [ "src/styles.sass" ], and edit "src/styles.sass" ==> " "src/styles.scss" That's all.  Good luck