Closed davshoward closed 10 months ago
Probably an error because of some version mismatch of postcss and its plugins. gulp-postcss
simply runs postcss
.
I'm not sure why are you running cssnano and autoprefixer as gulp plugins, and not as postcss plugins from gulp-postcss.
Node version = 16.18.0 npm version = 8.19.2
Styles Gulp task
Getting the following error when trying to run gulp.
It's unlikely to be a code error as it works on colleague's machines with the same NPM/Node versions.
Any ideas on what is causing this?