MayOneUS / pledgeservice

pledge.mayday.us
pledge.mayday.us
Apache License 2.0
11 stars 11 forks source link

Ruby problems #46

Closed erinzm closed 10 years ago

erinzm commented 10 years ago

When Grunt runs the Sass task, it produces the following error on my system:

Running "sass:main" (sass) task
/usr/bin/env: ruby1.8: No such file or directory
Warning: Exited with error code 127 Use --force to continue.
hjfreyer commented 10 years ago

Do you have sass installed? Does it work when you run it standalone?

On Wed, May 14, 2014 at 6:25 PM, Liam M notifications@github.com wrote:

When Grunt runs the Sass task, it produces the following error on my system:

Running "sass:main" (sass) task /usr/bin/env: ruby1.8: No such file or directory Warning: Exited with error code 127 Use --force to continue.

— Reply to this email directly or view it on GitHubhttps://github.com/MayOneUS/app-engine/issues/46 .

kthxbai, Hunter

erinzm commented 10 years ago

It used to work globally until I ran npm install in this project's root. It's probably completely specific to my setup. ;)