gutil.colors.stripColor is not a function
See original GitHub issuegutil.colors
is an instance of Chalk, which recently removed the stripColor
method here.
I’m now getting this error any time a SASS error is encountered. Stack trace:
TypeError: gutil.colors.stripColor is not a function
at errorM (/Users/jake/Repos/monolist-web/node_modules/gulp-sass/index.js:129:36)
at Object.callback (/Users/jake/Repos/monolist-web/node_modules/gulp-sass/index.js:144:18)
at options.error (/Users/jake/Repos/monolist-web/node_modules/gulp-sass/node_modules/node-sass/lib/index.js:280:32)
Issue Analytics
- State:
- Created 7 years ago
- Comments:7
Top Results From Across the Web
Utility functions for gulp plugins
stripColor (str); object gulp-util.colors.styles ... contents = stream, buffer, or null if not read this.contents = file.contents || null; this.
Read more >JavaScript gulp-util colors.yellow Examples
JavaScript colors.yellow - 10 examples found. ... Method/Function: yellow ... gulp.task('test',function () { return gutil.log(gutil.colors.yellow('Prod a ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Lemmmy I made a temporary dirty workaround with:
or
but I’d like to see it fixed here
Bump - having issues here too.