rakudo / rakudo.org

Code for rakudo.org website
https://rakudo.org/
Artistic License 2.0
8 stars 18 forks source link

morbo doesn't work locally #42

Closed coke closed 4 years ago

coke commented 4 years ago

When I try to run morbo locally, I get this failure:

Can't load application from file "/Volumes/BUKKIT/Users/coke/sandbox/rakudo.org/app.pl": run(/bin/sass) failed: No such file or directory at /Volumes/BUKKIT/Users/coke/perl5/perlbrew/perls/perl-5.28.0/lib/site_perl/5.28.0/Mojolicious/Plugin/AssetPack/Pipe.pm line 27.
 ($?=-1, $!=2, PATH=/Volumes/BUKKIT/Users/coke/perl5/perlbrew/bin:/Volumes/BUKKIT/Users/coke/perl5/perlbrew/perls/default/bin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/Volumes/BUKKIT/Users/coke/bin:/Volumes/BUKKIT/Users/coke/usr/bin:/Volumes/BUKKIT/Users/coke/bird/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Volumes/BUKKIT/Users/coke/sandbox/scripts:/Users/coke/sandbox/util/bin:/Volumes/BUKKIT/Users/coke/p6/bin:/Volumes/BUKKIT/Users/coke/p6/share/perl6/site/bin) at /Volumes/BUKKIT/Users/coke/perl5/perlbrew/perls/perl-5.28.0/lib/site_perl/5.28.0/Mojolicious/Plugin/AssetPack/Pipe.pm line 30.
Compilation failed in require at (eval 95) line 1.
coke commented 4 years ago

Unsurprisingly, similar issue with 'hyp'

coke commented 4 years ago

H/T to Grinnz on IRC for pointing out we need sass - we should consider making CSS::Sass a required dep or at least mention this in the README.

coke commented 4 years ago

Able to run the site after:

sudo gem install sass