12,693 questions
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 ....
-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 ...
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, ...
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' ...
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\...
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: ...
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
242
views
Gulp and "SASS: Deprecation The legacy JS API" Warning?
As many others, I've recently begun to get this error whenever I compile my SASS.
Deprecation Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
No matter what I do, I ...
0
votes
0
answers
19
views
Not found problem in Vercel deployment using Gulp
I have tried to deploy a site on Vercel using Github, however it doesn't work.
I didnt use any of frameworks.
By the way, when i had only one page it worked perfectly.
Here is my gulpfile.js
My build ...
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 ...
1
vote
1
answer
29
views
gulp-uglify expects an object, non-object provided
I have an old project and have to add a filter to remove an item from the array of objects if the condition is true. I am getting the below error when trying to run gulp build.
[14:44:03] Using ...
-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 ...
0
votes
0
answers
11
views
Error in building legacy solution using jspm packages
I am trying to build a legacy solution which is using jspm packages but getting below error:
Error on fetch for npm:[email protected] at file:///C:/KeskoUpgrade/My%20K%20Keskonet/...
1
vote
1
answer
41
views
Does Webpack need an entry and output?
I am migrating an old gulp project over to webpack, and wondered if it was possible to make a webpack project that doesn't require the entry and output options, I have a series of tasks that need ...