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

【Rails binstubs】Rails sできない時

Posted at

Rails sできないとき

この記事では
・Rails sできない
・なにやらエラーにbinstubsという単語がある

という方のエラー解決に役立てればと思います!

1.binとやらを消す

command
rm -rf ./bin

2.binディレクトリを刷新!

command
rake app:update:bin   #railsのバージョンが5.2以上の方はこちら

rake rails:update:bin   #railsのバージョンがそれ未満の方はこちら

参考:
https://stackoverflow.com/questions/7546869/problem-running-rails-s

1
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
1
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?