Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

593
Vistas
Failure to run the Gulp task runner and error while running Gulp Command

I inside the folder where the project is located through the command:

npm i gulp gulp-sass sass --save-dev

I have installed Gulp, but when I want to run it with this command in vs.code terminal :

gulp

I get an error, I wanted to know what caused the error? On the system node js 14.1.0 & 16.13.0 and npm are already installed

enter image description here

enter image description here

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

The error message hints that gulp is not recognized as a command, I don't think this has anything to do with gulp-sass or sass specifically.

Option 1

Install gulp-cli globally:

npm i -g gulp-cli

glup-cli provides the executable gulp command, which will use the version of gulp is installed in your package. This is the preferred way to run gulp.

Option 2

Run gulp directly from your node_modules/.bin folder with the npx command. npx is set up by npm, so there is no need to install any additional packages.

npx gulp

or, equivalently

npm exec gulp
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda