VS Code and Gulp 5.0 / Gulp Cli 3.0
I´m trying to copy some files between folders without success. This is my program: const gulp = require(‘gulp’); const using = require(‘gulp-using’) const fs = require(‘fs’); const gzip = require(‘gulp-gzip’); const flatmap = require(‘gulp-flatmap’); const path = require(‘path’); const htmlmin = require(‘gulp-htmlmin’); const cssmin = require(‘gulp-cssmin’); const uglify = require(‘gulp-uglify’); const pump = require(‘pump’); const […]
VS Code and Gulp 5.0 / Gulp Cli 3.0
I´m trying to copy some files between folders without success. This is my program: const gulp = require(‘gulp’); const using = require(‘gulp-using’) const fs = require(‘fs’); const gzip = require(‘gulp-gzip’); const flatmap = require(‘gulp-flatmap’); const path = require(‘path’); const htmlmin = require(‘gulp-htmlmin’); const cssmin = require(‘gulp-cssmin’); const uglify = require(‘gulp-uglify’); const pump = require(‘pump’); const […]
gulp template precompile broken
In the process of trying to update the following I have broken it. I changed require
to import
but it is obvious that I need to do more – can anyone help? It currently reports
Gulp install error – Bad signature error ,ssl3_get_key_exchange
I am trying to install gulp 3.9.1 and getting an error message Bad signature error
Upgrading from gulp 4 to 5: Error: Writable stream closed prematurely
I’m trying to upgrade from Gulp 4 to Gulp 5 and I’m getting Error: Writable stream closed prematurely
.
Copy file tree using gulp
Can’t move a source folder tree to another location using gulp.