Skip to main content
13 votes
4 answers
31k views

Deleting files in a gulp task

I have a gulp task in which I want to take some source files and copy them to build/premium and build/free and then remove some extra files from build/free. My attempt at that was doing this: gulp....
0 votes
0 answers
13 views

Error with primordials not defined when running Node.js with Gulp and Angular CLI

I’m running Node.js version v22.12.0 and Gulp version CLI version: 3.0.0 and Local version: 5.0.0. When I try to run my project with Angular CLI, I encounter the following error: fs.js:44 } = ...
-2 votes
0 answers
37 views

GitHub Actions - Possible to Compile JS and either create / modify file in branch

I'm trying to automate my deployment in GitHub, we have JS files that we want to uglify and minify. Locally we use Gulp and it works well for us. It uglifies and minifies all the files and creates a ....
2 votes
3 answers
328 views

Azure Pipeline: Unable to locate executable file: 'gulp'. during task Gulp@1

I am attempting to create a CI build that runs a custom Gulp command but the pipeline is facing an issue on the task Gulp@1. I am running an NPM install command beforehand which should does include ...
-1 votes
0 answers
15 views

I received npm gulp watch errors

[15:27:58] The following tasks did not complete: watch, <series>, <parallel>, css, js Did you forget to signal async completion? node:events:495 throw er; // Unhandled 'error' event ^ I ...
258 votes
42 answers
390k views

gulp command not found - error after installing gulp

I've installed Gulp both globally and locally using npm install gulp npm install gulp -g npm install gulp-util npm install gulp-util -g When try to run gulp I get 'gulp' is not recognized as an ...
820 votes
74 answers
2.2m views

Stylesheet not loaded because of MIME type

I'm working on a website that uses Gulp.js to compile and browser sync to keep the browser synchronised with my changes. The Gulp.js task compiles everything properly, but on the website, I'm unable ...
0 votes
0 answers
21 views

Tailwindcss beta 1 postcss gulp not working

I'm trying to construct the simplest possible Tailwindcss 4 Beta 1 postcss gulp pipeline. It runs with no error, but no css file is outputted to the dest directory. My gulp.js file: const { src, ...
1 vote
1 answer
583 views

Starting subtask 'configure-webpack' not loading/working

Whenever I run gulp serve in Windows PowerShell, I keep getting stuck on the same part. 'Configure-webpack' stays stagnant until it times out 15 minutes later and cancels the request. Any idea why ...
0 votes
0 answers
10 views

How to debug errors in Gulp?

I'm on a project that is using Gulp to compile and run tasks. I'm facing an error with the gulp-file-include plugin that will throw this error in console PluginError: Expected double-quoted property ...
0 votes
1 answer
43 views

When I use mix() in dart-sass, the output is rgb() instead of HEX(#)

I use [email protected] , [email protected] on Mac. The gulp task are as follows. import { src, dest, series, watch } from 'gulp'; import * as dartSass from 'sass'; import gulpSass from 'gulp-sass'; const ...
0 votes
0 answers
23 views

Terminated gulp watch

I am using jquery and express (maybe) project. This project node version is 12 If I run gulp watch Then It work. But after I change my script file because of editing code, [10:47:42] Finished 'js' ...
0 votes
1 answer
24 views

Gulp 5 not compile if src have multiple items

I have a problem with Gulp because it doesn't compile if there is more than one specific element in the SRC. I need multiple files to be compiled on the JS, PHP and IMG. Node: 23.1.0 NPM: 10.9.1 Gulp: ...
1 vote
0 answers
4 views

MS Teams Meeting App - gulp ngrok-serve error

I get the error below when I run gulp bgrok-serve >>gulp ngrok-serve --debug [16:34:54] Found additional Yo Teams plugin: yoteams-deploy [16:34:54] Using gulpfile ~\OneDrive - HEGELMAT\Desktop\...
-2 votes
1 answer
45 views

odd behavior when using gulp with Deno 2

Now that Deno 2 supports npm, I'm trying to use gulp in Deno 2. But I'm getting odd behavior that's causing me to doubt this will work. I'll provide the list of steps I used later, but first, here's ...

15 30 50 per page
1
2 3 4 5
847