This repository was archived by the owner on Dec 16, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
site: Bump gulp-sass from 4.0.2 to 5.1.0 (fixes #882) #884
Draft
vorburger
wants to merge
1
commit into
googlecodelabs:main
Choose a base branch
from
vorburger:fix-882
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Author
Wehl... not really, yet; it currently fails like this - how do we fix this: $ ./node_modules/.bin/gulp serve
[02:18:09] Using gulpfile ~/git/github.com/googlecodelabs/tools/site/gulpfile.js
[02:18:09] Starting 'serve'...
[02:18:09] Starting 'build'...
[02:18:09] Starting 'clean'...
[02:18:09] Starting 'clean:build'...
[02:18:09] Starting 'clean:dist'...
[02:18:09] Finished 'clean:dist' after 5.99 ms
[02:18:09] Finished 'clean:build' after 9.38 ms
[02:18:09] Finished 'clean' after 10 ms
[02:18:09] Starting 'build:codelabs'...
[02:18:09] Finished 'build:codelabs' after 1.49 ms
[02:18:09] Starting 'build:css'...
[02:18:09] Finished 'build:css' after 22 ms
[02:18:09] Starting 'build:scss'...
[02:18:09] 'build:scss' errored after 252 ms
[02:18:09] Error in plugin "gulp-sass"
Message:
app/styles/_categories.scss
Error: Expected identifier.
┌──> app/styles/_categories.scss
50│ %bg-#{$color} {
│ ^^^^^^
╵
╷
1 │ %bg-#4285f4
│ ━ error in interpolated output
╵
app/styles/_categories.scss 50:9 codelab-card()
app/styles/_categories.scss 79:1 @import
app/styles/_codelab-card.scss 18:9 @import
app/styles/main.scss 22:9 root stylesheet
Details:
formatted: Error: Expected identifier.
┌──> app/styles/_categories.scss
50│ %bg-#{$color} {
│ ^^^^^^
╵
╷
1 │ %bg-#4285f4
│ ━ error in interpolated output
╵
app/styles/_categories.scss 50:9 codelab-card()
app/styles/_categories.scss 79:1 @import
app/styles/_codelab-card.scss 18:9 @import
app/styles/main.scss 22:9 root stylesheet
line: 50
column: 9
file: /home/vorburger/git/github.com/googlecodelabs/tools/site/app/styles/_categories.scss
status: 1
messageFormatted: app/styles/_categories.scss
Error: Expected identifier.
┌──> app/styles/_categories.scss
50│ %bg-#{$color} {
│ ^^^^^^
╵
╷
1 │ %bg-#4285f4
│ ━ error in interpolated output
╵
app/styles/_categories.scss 50:9 codelab-card()
app/styles/_categories.scss 79:1 @import
app/styles/_codelab-card.scss 18:9 @import
app/styles/main.scss 22:9 root stylesheet
messageOriginal: Expected identifier.
┌──> app/styles/_categories.scss
50│ %bg-#{$color} {
│ ^^^^^^
╵
╷
1 │ %bg-#4285f4
│ ━ error in interpolated output
╵
app/styles/_categories.scss 50:9 codelab-card()
app/styles/_categories.scss 79:1 @import
app/styles/_codelab-card.scss 18:9 @import
app/styles/main.scss 22:9 root stylesheet
relativePath: app/styles/_categories.scss
domainEmitter: [object Object]
domainThrown: false
[02:18:09] 'build' errored after 288 ms
[02:18:09] 'serve' errored after 291 ms |
This was referenced Oct 29, 2023
I recent encountered this error, I think the current |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #882