-
Notifications
You must be signed in to change notification settings - Fork 943
Open
Labels
Description
Describe the bug
I have a styles.scss file in the root of my angular bit-app, which contains this in line 1:
@use "sass:meta";
bit status
generates the following issue:
> my.scope/web-app ... issues found
missing packages or links from node_modules to the source (run "bit install --add-missing-deps" to fix both issues):
src/styles.scss -> sass:meta
If I run bit install --add-missing-deps
as suggested, of course there is no package sass/meta:
GET https://node-registry.bit.cloud/sass%3Ameta: Not Found - 404
sass:meta is not in the npm registry, or you have no permission to fetch it.
No authorization header was set for the request.
Steps to Reproduce
- add an ng-app in your bit workspace with SASS support
- add this to your scss file:
@use "sass:meta";
- run
bit status
Expected Behavior
This sass command should not cause an issue
in bit status
Specifications
- Bit version: (run
bit -v
)1.10.0
- Platform:
Windows 11
- Env: (if component-specific, run
bit env
and paste its environment)bitdev.angular/[email protected]