css - gulp-ruby-sass: 'bundle' is not recognized as an internal or external command, operable program or batch file -
i trying run gulp-ruby-sass on windows.
i getting next error:
gulp-ruby-sass: 'bundle' not recognized internal or external command, operable programme or batch file.
i have installed ruby on c:\ drive (c:\ruby193)
i have installed sass
gem install sass
(executed here c:\ruby193)
i have set path register c:\ruby193 in windows
i running gulp c:\project\transformer\ gulp
i still getting error:
gulp-ruby-sass: 'bundle' not recognized internal or external command, operable programme or batch file.
can please help on solving matter?
you need install bundler
gem using next command create bundle
command work on system:
gem install bundler
css ruby sass
No comments:
Post a Comment