Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

277
Views
Could not find a declaration file for module 'gulp'. 'c:/project/node_modules/gulp/index.js' implicitly has an 'any' type

I do not know what's wrong.

*gulpfile.js >> gulp and gulp-util and run-sequence error

consle error message Could not find a declaration file for module 'gulp'. 'c:/project/node_modules/gulp/index.js' implicitly has an 'any' type.

import * as gulp from 'gulp';
import * as util from 'gulp-util';
import * as runSequence from 'run-sequence';
over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Create a gulpfile.js file in your project and add

const gulp = require('gulp');
task('default', function () { 
    console.log('Hello Gulp!'); 
});
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!