S
S
StrikeBack2018-04-18 17:39:32
npm
StrikeBack, 2018-04-18 17:39:32

How to find out what kind of error is given when trying to run a Gulp task?

5ad75848ec6cd511266325.jpeg
if I write in the console "gulp .default" gives the following:
5ad759334ec5e554468494.jpeg
list of package.json dependencies

"devDependencies": {
    "autoprefixer": "^8.0.0",
    "gulp": "github:gulpjs/gulp#4.0",
    "gulp-cheerio": "^0.6.3",
    "gulp-cssnano": "^2.1.2",
    "gulp-postcss": "^7.0.1",
    "gulp-print": "^5.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.6.1",
    "gulp-sass": "^3.1.0",
    "gulp-svg-sprite": "^1.3.7",
    "gulp-svgmin": "^1.2.4",
    "gulp-uglify": "^3.0.0",
    "gulp-watch": "^5.0.0"
  }

Perhaps someone faced such a problem, where to dig at least? Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
StrikeBack, 2018-04-19
@StrikeBack

3 lines from the gulp website helped)
npm install gulp-cli -g
npm install gulp -D
touch gulpfile.js

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question