Error: spawn ENOENT: missing the sass executable
I'm using bash in windows. Getting this error when trying to run a sass compiler command via gulp. I have Ruby & Sass installed. Sass works fine when running it manually. Error: spawn ENOENT: missing the sass executable. Please install sass and make available on your PATH I have included the directory of my ruby bin in the PATH var (system variables within Enviroment variables). Anyone got any ideas? Your gulp-ruby-sass task is probably configured to execute SASS using Bundler (a gem dependency manager). When you don't have Bundler installed, that execution will fail with the error message you