We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
here s my task below:
let prelink= require('gulp-pre-link') gulp.task('prelink', ()=>{ return gulp.src('src/*.html) .pipe(prelink({})) .pipe(gulp.dest('build/')) })
but is there any dependences that was dismissed caused i got an error msg like:
module.js:339 throw err; ^ Error: Cannot find module 'gulp-util' at Function.Module._resolveFilename (module.js:337:15) at Function.Module._load (module.js:287:25) at Module.require (module.js:366:17) at require (module.js:385:17)
could u help with it~
The text was updated successfully, but these errors were encountered:
from the msg 'gulp-util' is depended ,i will check other dependences on monday,sorry about that!
Sorry, something went wrong.
that will be nice and thanks for the reply~now i manualy had 'gulp-util' package installed and the task run into work but i had another problem here.
openks
Successfully merging a pull request may close this issue.
here s my task below:
but is there any dependences that was dismissed caused i got an error msg like:
could u help with it~
The text was updated successfully, but these errors were encountered: