LoginSignup
4
0

More than 3 years have passed since last update.

Sprockets::FileNotFoundを解決する。

Last updated at Posted at 2019-07-28

エラー出現動作

gemを追加後localhost:3000を更新

エラー内容

Sprockets::FileNotFound

原因

gemを追加する以前にRailsサーバーを立ち上げている。

解決

Ctrl + CでRailsサーバーを切り、rails sで再起動する。

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