-
Notifications
You must be signed in to change notification settings - Fork 12k
Failed to change styleExt via cli #1905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Me too. Ubuntu 16.04 |
I also have this problem. Mint 18 (Ubuntu 16.04)
My current workaround is to edit
From "defaults": {
"styleExt": "css"
} To "defaults": {
"styleExt": "scss"
} And
From @Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
}) To @Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
}) And finally rename |
Dupe of #1900 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Windows 10 (x64)
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:do on your code? etc.
Crete a new project using:
ng new Teste --style=sass
then run
ng set defaults.styleExt scss
more information.
The text was updated successfully, but these errors were encountered: