-
Notifications
You must be signed in to change notification settings - Fork 29
Description
This package is being used by Angular and I'm running into an issue with the npm ci command with an error telling me that sass-embedded-all-unknown requires a platform that is NOT x64. If I add
"overrides": {
"sass-embedded": "1.93.2"
}to my package.json file, the error goes away. I'm not sure how to report this issue any better, as this is an indirect dependency. But I figured this was the right place to report the issue because downgrading to 1.93.2 immediately fixes the problem, which, to me, points to an issue with the latest release.
My project is a standard Angular CLI project, still on version 20 due to other libraries not happy with 21 yet.
Please let me know how I can provide any additional information that would be useful.
What led me to report here was the following output during diagnoses:
$ npm ls sass-embedded
fido@0.0.0 /home/jake/Code/kaizen-data-ventures/fido
├─┬ @angular/build@20.3.11
│ └─┬ vite@7.1.11
│ └── sass-embedded@1.93.3 deduped
├─┬ devextreme-themebuilder@25.1.6
│ └── sass-embedded@1.66.0
└── sass-embedded@1.93.3 extraneous