use-init / init

INIT extends HTML5 Boilerplate, adds more structure for SCSS and JavaScripts files, includes build tasks and a whole lot more.
http://use-init.com/
MIT License
591 stars 69 forks source link

Can't run sass task #115

Closed ariona closed 10 years ago

ariona commented 10 years ago

I am getting this error when running grunt command

Running "sass:dev" (sass) task
NoMethodError: undefined method `<<' for nil:NilClass
  Use --trace for backtrace.
Warning: Exited with error code 1 Use --force to continue.

Aborted due to warnings.
anselmh commented 10 years ago

Hi, which Ruby version are you using? And have you ensured to run npm install before running grunt?

ariona commented 10 years ago

I am using ruby 2.1.1p76, and i have typed npm install .

anselmh commented 10 years ago

Are you able to switch the ruby version? And on which platform are you? Works fine here with a ruby 2.1 and all the dependencies set up… and it looks like a problem with ruby. Oh and do you have ruby-sass installed by doing a gem install sass beforehands?

ariona commented 10 years ago

I am using rvm, is that the problem? and yes i have installed sass too

ariona commented 10 years ago

trying to install new ruby 2.1.2 and now it's work. thanks for your reply :+1: