-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
area: @angular-devkit/build-angularfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: broken
Milestone
Description
🐞 Bug report
Command (mark with an x
)
- [ ] new
- [x] build
- [x] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] xi18n
- [ ] run
- [ ] config
- [ ] help
- [ ] version
- [ ] doc
Is this a regression?
No
Description
I encountered this problem when working on a monorepo with Yarn Workspaces. node-sass got hoisted from another project and Angular started using it. This wasn't ideal as I am using the new Sass module only available in dart-sass.
The bug is caused by first checking for node-sass. This problem can be fixed by instead checking for the sass package (as it's the newer alternative from the perspective of the CLI), then falling back to node-sass if sass isn't present.
🔬 Minimal Reproduction
Reproduced by having node-sass present in your node_modules.
🔥 Exception or Error
Errors related to having node-sass try to compile Sass 1.23.0 code.
🌍 Your Environment
$ ng version
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 9.0.0-next.6
Node: 10.16.3
OS: linux x64
Angular: 9.0.0-next.8
... animations, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Package Version
------------------------------------------------------------
@angular-devkit/architect 0.900.0-next.6
@angular-devkit/build-angular 0.900.0-next.6
@angular-devkit/build-ng-packagr 0.900.0-next.6
@angular-devkit/build-optimizer 0.900.0-next.6
@angular-devkit/build-webpack 0.900.0-next.6
@angular-devkit/core 9.0.0-next.6
@angular-devkit/schematics 9.0.0-next.6
@angular/cdk 8.2.1
@angular/cli 9.0.0-next.6
@angular/material 8.2.1
@ngtools/webpack 9.0.0-next.6
@schematics/angular 9.0.0-next.6
@schematics/update 0.900.0-next.6
ng-packagr 5.5.1
rxjs 6.5.3
typescript 3.5.3
webpack 4.41.0
Anything else relevant?
Metadata
Metadata
Assignees
Labels
area: @angular-devkit/build-angularfreq1: lowOnly reported by a handful of users who observe it rarelyOnly reported by a handful of users who observe it rarelyseverity3: broken