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

Sporockets::FileNotFoundのエラー解決方法

Posted at

Sporockets::FileNotFoundのエラー解決方法

Ruby on railsでアプリを作成中にエラーが出てきたので
原因と対処法を書いていきます。

なぜエラーが出たのか?

gemを導入してターミナルで
bundle install
を実行した後に
localhost:3000/
でブラウザを開こうとしたらエラーが出ました。

対処法

ターミナルで
Ctrl+CでRailsサーバーを切り、再度rails sを実行する。

gemをインストールした後は
サーバーの再起動を徹底します!

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