We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
npm installed just a minute ago, had error
ERROR in Module build failed (from ./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js): SassError: expected selector. ╷ 72 │ /deep/ .btn.active{ │ ^ ╵ \njs\echoes-player\src\app\containers\app-navbar\app-navbar-menu\app-navbar-menu.component.scss 72:3 root stylesheet
node-sass version update to 4.14.0 solved it
The text was updated successfully, but these errors were encountered:
Although deprecated you can get rid of this error by changing /deep/ to ::ng-deep in line 72:3 also in line 77 as well.
Sorry, something went wrong.
I noticed the ongoing discussions about the lacking browser support and deprecation but that's beyond the scope of my project. tx for the reply
No branches or pull requests
npm installed just a minute ago, had error
ERROR in Module build failed (from ./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js):
SassError: expected selector.
╷
72 │ /deep/ .btn.active{
│ ^
╵
\njs\echoes-player\src\app\containers\app-navbar\app-navbar-menu\app-navbar-menu.component.scss 72:3 root stylesheet
node-sass version update to 4.14.0 solved it
The text was updated successfully, but these errors were encountered: