Why do I get: “Error: cannot find module sass” when I run “gulp” in terminal?
I’m trying to run a gulp task but when I go to Terminal > Run Task... > gulp
it says No gulp task found
. I run gulp
in the terminal and I get the title’s error.
I’m trying to run a gulp task but when I go to Terminal > Run Task... > gulp
it says No gulp task found
. I run gulp
in the terminal and I get the title’s error.
I have tried to install gulp-sass
latest version with npm i gulp-sass --save-dev
in the begining I got a lot of errors but later solved them. But whenever I try to run gulp I got this error:
Today I tried to learn more about Google Web Starter Kit so I followed these instructions and after a lot of fight and problem I just tried to start a local server (the first task we’ll look at is: $ gulp serve
.) and received this error:
I was trying to install package.json with npm init to install bootstrap in my folder but i am getting the error.
How can I do a condition inside Gulp pipe to output to a different destination.