No config found or get/set have been deprecated in angular 6

后端 未结 2 1467
花落未央
花落未央 2021-01-20 00:14
ng config --global defaults.styleExt=scss

Error: config not found

ng set --global defaults.styleExt=sc         


        
2条回答
  •  深忆病人
    2021-01-20 00:32

    For your version you need to do this:

    On terminal install this:

    npm install node-sass
    

    After this you need to rename .css files in your project to .scss and change all the calls of css to scss in your others files.

提交回复
热议问题