This forum is no longer active. Please post your questions to our new community site
Rake Error
|
|
I’m running Rubystack 1.3 Beta 1 and installed the latest Chronic gem. After doing this, I can no longer run the rake db:migrate command. When attempting this, I get the following error: /Applications/rubystack-1.3-beta-1/ruby/bin/rake: line 9: require: command not found Do I have version conflict issues now? |
|
|
Hi chaddperry, Probably, you can fix the problem adding /usr/bin/env to the first line of /Applications/rubystack-1.3-beta-1/ruby/bin/rake. You should have something like:
|
|
|
(thanks to the admins for fixing the code formatting :-) )
And here’s the response in the console:
Can anybody help??? thanks a lot in advance. |
|
|
UPDATE wasn’t the very first one... I had some other lines i thought were comments, instead they were interpreted as commands. Thanks for the tip! |
|
|
Hi mikele, I’m glad it helped you. I was trying to figure out what could be failing there.
|
|
|
brilliant! tx again! |

