1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Elastic BeanstalkのRubyプラットフォームでRails & Webpackerをデプロイする

Posted at

そのままデプロイしようとするとエラーで落ちてしまうので、asset precompileが走る前に下記を解決する必要がある。

  • nodejsのバージョンを6.0以上に上げる
    • 元々入っているバージョンは4.6
  • yarnをインストールする
  • yarn install を実行

対応方法

Webpackerのissue を参考に、 .ebextensions/01_yarn.config を設置する。
./bin/yarn install が存在しなくて動かないので yarn install に変更した。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?