0
0

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 3 years have passed since last update.

"ExecJS::RuntimeError"

Posted at

####起動はするのに、、、

railsにて、初めの段階でハマったのでメモメモ。

##エラー内容
ExecJS::RuntimeError

###バージョン
Rails 5.2.4
ruby 2.5.1

###解決策
Gemfile

gem 'mini_racer', platforms: :ruby

上記のコメントアウトを外してあげて、ターミナルで[bundle install]してあげれば、完了。

##参考URL
ExecJS::RuntimeError(2019年版)
https://github.com/railsgirls-jp/coach.info/issues/27

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?