I'm trying to build my project with gulp, and the app.scss file is compiled with ruby sass. The problem is the app.css gets error and cannot be applied to brows
In gulp version 4 should I now use series() instead of pipe()? For example; my v3 task is below, should I change it to the last bit of code I've pasted? Is that
I'm pretty new to Node, npm and webpack. I'm trying to set up a Craft 3 environment with Tailwind css. Everything worked fine out of the box, but when i run npm
How to create empty NodeJS.ReadWriteStream which will immideately stopped? If you are interesting why I need to do this, I am developing the function for Gulp,
I did the lighthouse test on my website the report shows some issues but I don't know where to start to fix these issues I see one of the issues fix to enabling
I'm setting up a project with TailwindCSS. I'm trying to set up my automation with Gulp, but I'm running into an issue with the HTML reloading. Everything see
I am using DDEV as my local hosting environment, and many of my projects implement front end automation via Gulp. Browsersync is a major component to our front
I have tried to install gulp-sass latest version with npm i gulp-sass --save-dev in the begining I got a lot of errors but later solved them. But whenever I tr
I am trying to watch scss & js files. so far I've tried this answer: gulp watch doesn't watch How can I make sure all files are watched automatically when I
i try to build my own theme. i change color theme to my style. but i got error when compile my own theme, this is my theme was created. // 1. core variables an
gulp-notify: [HTML] Error: Callback called multiple times (node:24464) [DEP0097] DeprecationWarning: Using a domain property in MakeCallback is deprecated. Use
I am getting this error whenever I try to make imagemin work for any kind of image: 21:54:49] Starting 'imgmin'... [21:54:49] 'imgmin' errored after 47 ms [2
I'm working on a website that uses gulp to compile and browser sync to keep the browser synchronised with my changes. The gulp task compiles everything properl
I created the project at the address D:\xampp\htdocs\dashboard\optimizedphp (gulpfile.js). What kind of proxy should I use? I tried many, but after changing the
I'm attempting to use the class-validator module in a typescript project. However when I compile typescript issues the following warning: src/main/ts/domain/O
Started getting this random error when I started a new project and made a new gulpfile. I get it whenever I run gulp. It isn't just on this project it has sta
the env: windows 7 node 6.9.5 I use the plugin like this npm. but I get an error. from some video, It's correct. It's relative to imagemin's version? // gulpf
I cant npm install my packages anymore even it was working before 2589 error gyp verb check python checking for Python executable "/Users/minafawzy/.pyenv/shims
The error is coming from the postcss plugin, I think I may have written it incorrectly. I'm trying to add cssnano and autoprefixer to the postcss plugin. gul
I am trying to use Gulp and Node.Js to stream my process for minifying and concatenating CSS/JS files for production. Here is what I have done. I installed No