Reputation: 117
I am starting a new project using materializecss. I wanted to use the Sass setup but when I run: gem 'materialize-sass'
I get the following error.
ERROR: While executing gem ... (Gem::CommandLineError)
Unknown command materialize-sass
I have ruby installed as I use Sass on a daily basis so I am not exactly sure what the issue is here.
Any help would be greatly appreciated.
Upvotes: 0
Views: 1419
Reputation: 659
I have a similar issue, but not quite the same.
It looks like you need the gem installed first.
Run
gem install materialize-sass
-to install seperately, as per https://github.com/mkhairi/materialize-sass
Upvotes: 0