gulp-ruby-sass not a recognized command in Windows

空扰寡人 提交于 2019-12-05 07:33:34

Yes that's right, you need to install Ruby and Sass to get gulp-ruby-sass working.

Begin by download the Ruby installer depending on your specs at this address. Once installed you supposed to have it on your system and accessible by PowerShell or the simple command line.

After, just run the command

gem install sass

And you're done.

Download and Install Ruby : http://rubyinstaller.org/ set ruby location to Path Environment Variable restart the command prompt and run gem install sass

That's it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!