Deploying on beanstalk
. Using rails
with webpacker
.
Compiling…
Compilation failed:
(Executor::NonZeroExitStatus)
We can't seem to get anymore info as to what caused the compilation fail.
How can we get more info? Is there a debug mode for beanstalk?
These are the most descriptive errors we can see:
Webpacker is installed
Using /var/app/ondeck/config/webpacker.yml file for setting up webpack paths
Compiling…
Compilation failed:.
Hook /opt/elasticbeanstalk/hooks/appdeploy/pre/11_asset_compilation.sh failed.
You can use
eb logs
for tail logs are the last 100 lines of the most commonly used log files.You can read more about logs here:
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.logging.html
Also ssh the machine and check/share this log - "/var/log/directory-hooks-executor.log".