No config found or get/set have been deprecated in angular 6
问题 ng config --global defaults.styleExt=scss Error: config not found ng set --global defaults.styleExt=scss Error: get/set have been deprecated in favor of the config command. Installed Packages versions ngular CLI: 6.0.3 Node: 8.11.1 Angular: 6.0.2 @angular/cli 6.0.3 @ngtools/webpack 6.0.3 webpack 4.8.3 update The following command gave me an error in the image ng config schematics.@schematics/angular:component '{ styleext: "scss"}' 回答1: ng set --global defaults.styleExt=scss is deprecated