I am trying to run gulp-ruby-sass on windows.
I am getting the following error:
gulp-ruby-sass: 'bundle' is not recognized as an internal or external command, operable program or batch file.
I have successfully installed ruby on my c:\ drive (c:\Ruby193)
I have also installed SaSS as
gem install sass
(executed from here c:\Ruby193)
I have also set the path to register c:\ruby193 in windows
I am running my gulp from c:\project\transformer\ as gulp
I am still getting this error:
gulp-ruby-sass: 'bundle' is not recognized as an internal or external command, operable program or batch file.
Can you please help on solving this matter?
gem install bundler
? – Suryabundle
comes frombundler
so please rungem install bundler
and then try again. – Surya