Gaultier89
Gaultier89

Reputation: 29

Gulp not found file gulpfile.js, not running preprocessor

I have some problem with gulp... I've clone repo from github, then run npm install. In this repo I have package.json and gulpfile.js I need this gulp for compile scss to css. Gulp should start working after npm install but it won't. When I write 'gulp watchTask' I get:
Local modules not found in ~\Desktop\app\app-task Try running: npm install. I tried all the hints I found here but it didn't solve my problem... Could somebody help? Thanks

This is my package.json:

"devDependencies": {
"autoprefixer": "^9.6.0",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2"

}

Upvotes: 0

Views: 92

Answers (0)

Related Questions