Describe the bug
I have a styles.scss file in the root of my angular bit-app, which contains this in line 1:
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/angular-env@8.2.4
Describe the bug
I have a styles.scss file in the root of my angular bit-app, which contains this in line 1:
bit statusgenerates the following issue:If I run
bit install --add-missing-depsas suggested, of course there is no package sass/meta:Steps to Reproduce
@use "sass:meta";bit statusExpected Behavior
This sass command should not cause an
issueinbit statusSpecifications
bit -v)1.10.0Windows 11bit envand paste its environment)bitdev.angular/angular-env@8.2.4