'rails server'
を実行したら、下記のようなエラーが出た。
========================================
Your Yarn packages are out of date!
Please run `yarn install --check-files` to update.
========================================
To disable this check, please change `check_yarn_integrity`
to `false` in your webpacker config file (config/webpacker.yml).
yarn check v1.22.19
info Visit https://yarnpkg.com/en/docs/cli/check for documentation about this command.
対処法
こちらの記事を参照し、yarnの再インストールするのかと理解。
https://qiita.com/___fff_/items/2df7fb111954fd0db4ed
しかし、初学者でファイル操作を誤るとリカバリーが大変なので、とりあえず
'yarn instal'
を実行したら、エラーが出なくなった。
大丈夫なのか・・・?