Skip to main content

All Questions

Tagged with
0 votes
0 answers
39 views

running gulp project throws library not found

im trying to run a node.js project which have gulp configuration, when running npm build error is thrown that gulp-imagemin library is not found, below is the error stack trace and Dockerfile error ...
abhishek samuel's user avatar
8 votes
2 answers
655 views

Copying images with Gulp are corrupted/damaged

There is a simple task of copying an image from a folder to another folder. gulp.task('default', function () { return gulp.src('./img/*.*') .pipe(gulp.dest('./image')); }); Everything ...
Alim's user avatar
  • 81
0 votes
0 answers
49 views

How to fix gulp-typescript high severity vulnerabilities using npm?

When I run npm install I get high severity vulnerabilities warning. Running npm audit fix gives me the following report https://github.com/advisories/GHSA-35jh-r3h4-6jhm https://github.com/advisories/...
Jay's user avatar
  • 1,930
0 votes
0 answers
52 views

'gulp serve' keep getting stuck at 'configure-webpack'

I'm doing some SPFx developments. But today, all of sudden, whenever I run 'gulp serve', it only loads 1 time, and then in all the subsequent page refreshes, it keeps being stuck at: [22:37:58] ...
夏期劇場's user avatar
  • 18.2k
0 votes
0 answers
16 views

Gulp Compiling issues

I have picked up a job from a friend, who got their site built from Fiver, I am having Huge trouble compiling ANYTHING, i have tried installing gulp, npm run watch, and neither seem to work. The files ...
RuntyBeef's user avatar
0 votes
0 answers
19 views

How can i run npm and gulp from a relative path in windows?

I have npm and gulp installed on windows 11. Where are they files located so i can run using a relative path ? for example instead of running from the command line just npm install I want ...
Kristen's user avatar
0 votes
0 answers
14 views

getting gulp error while running testcase in intellij idea

How do I resolve gulp error Trying to run test on public class in intelliJ idea. First I saw error 'error: command failed: git config --get remote.origin.url' I ran below ...
RPan's user avatar
  • 1
0 votes
1 answer
26 views

the gulp-pug doesn't work and say unexpected token "indent"

the gulp-pug doesn't work and say unexpected token "indent" see the images below gulp code and nodejs command prompt index.pug and nodejs command prompt package.json and nodejs command ...
M39ob Elzero's user avatar
0 votes
0 answers
35 views

how do I run gulp with error globalThis is not defined

enter image description here Please help. Trying to run npm install and then gulp but keep getting the error as shown in the picture. Managed to run gulp yesterday?
Lauren's user avatar
  • 71
0 votes
1 answer
98 views

Error when compliling sass - node and gulp

enter image description here I'm getting errors using foundation when trying to use gulp. Please help? Tried re-running sudo npm install and gulp I'm using the Foundation Framework: https://get....
Lauren's user avatar
  • 71
1 vote
0 answers
142 views

How to solve "GULP Serve --nobrowser" error on WEBPACK?

After npm run build, then gulp clean and gulp serve --nobrowser just to receive these two errors below: [09:46:04] Error - [webpack] Error processing webpack stats: TypeError: Cannot read property '...
Madeline's user avatar
2 votes
0 answers
261 views

Gulp Build cmd fails with error cannot find module node:path

I am working on multiple projects with different node versions. I have installed nvm for that. Here is the detail about my dev env: node versions 18.19.0 and 14.15.0 npm version 6.14.8 Gulp CLI ...
user23384431's user avatar
0 votes
0 answers
20 views

Experiencing gulp difficulties and learning gulp

I have some difficulties with gulp creating a running webpage, my default and scssTask are failing. I input 'gulp' in my terminal on VSCode and it is showing that my functions are starting but then '...
Giovanni's user avatar
0 votes
1 answer
471 views

Gulp: Error: Cannot find module 'babel/register'

I'm currently working on a project that needed to get upgraded to a new node version. The upgrade worked fine, but now gulp isn't working. Whenever I run gulp i'm getting Error message when running ...
armanisani's user avatar
1 vote
0 answers
112 views

Type Error [ERR_UNKNOWN_FILE_EXTENSION] for my gulpFile.ts in Node/Angular project

TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" for \gulpfile.ts at new NodeError (node:internal/errors:387:5) at Object.getFileProtocolModuleFormat [as file:] (node:...
Hardik Kumar's user avatar

15 30 50 per page
1
2 3 4 5
80