Skip to main content
0 votes
0 answers
16 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' ...
Gamrom's user avatar
  • 35
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\...
hegel mat's user avatar
0 votes
1 answer
13 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: ...
budwaiser4's user avatar
0 votes
1 answer
40 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 ...
ysakmrkm's user avatar
0 votes
0 answers
112 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 ...
Micke Hasselqvist's user avatar
0 votes
0 answers
16 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 ...
Ramazan's user avatar
0 votes
0 answers
5 views

gulpjs - How to debug errors

I'm on a poject 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 ...
newbiedev's user avatar
  • 3,542
1 vote
1 answer
27 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 ...
user007's user avatar
  • 1,730
-2 votes
1 answer
36 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 ...
John Deighan's user avatar
  • 4,571
0 votes
0 answers
10 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/...
Krishna's user avatar
  • 33
1 vote
1 answer
40 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 ...
Takuhii's user avatar
  • 925
0 votes
0 answers
13 views

My sprite.svg file showing only one/first element, project compiler is gulp

The icon-location icon is displayed correctly, but other icons such as icon-mail are not displayed. I have tried clearing the cache and reloading the page, but the problem persists. <svg xmlns=&...
Эльёр Садуллаев's user avatar
1 vote
1 answer
18 views

Why is ccsnano messing up the css of bootstrap styles in gulp builder?

.pipe(sassGlob()) .pipe(sass(["last 2 version", "> 2%"])) .pipe(autoprefixer()) .pipe(cssbeautify()) .pipe(gulp.dest("./dist/assets/css/")) .pipe(cssnano()) .pipe( rename({ suffix: "....
user28155802's user avatar
1 vote
1 answer
1k views

How to Silence Deprecation Warning in Gulp Sass Task - "The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0."

My current installation is the follow: Node - v20.18.0 Gulp - v5.0.0 Gulp-Sass - v5.1.0 Sass - v1.80.6 My gulpfile.js: const gulp = require("gulp"); const sass = require("gulp-sass&...
Scott Smith's user avatar
0 votes
0 answers
20 views

Trying to download dependencies, but got "Build failed with error code: 1"

I got a great portfolio template from Start Bootstrap, but I ran into an issue installing dependencies. There is no node_modules folder after running npm i. This is my package.json: { "title&...
Peter Farrow's user avatar

15 30 50 per page
1
2 3 4 5
846