前提・実現したいこと
サンプルアプリケーションを立て直したい
容量が不足してしまったので新しく環境を作り直して、
再構築しようとしています。
発生している問題・エラーメッセージ
vocstartsoft:~/environment/sample_app $ rails db:migrate sh: yarn: command not found ======================================== 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). vocstartsoft:~/environment/sample_app $ yarn install --check-files bash: yarn: command not found vocstartsoft:~/environment/sample_app $ yarn upgrade bash: yarn: command not found vocstartsoft:~/environment/sample_app $
そのままコピーして実行してますがなぜかコマンド見つかりませんと言われています。
試したこと
bundle やり直し ⇒ 特に影響なし
check_yarn_integrity: false に変更
⇒下記別なエラー発生で前に進まず
vocstartsoft:~/environment/sample_app $ rails db:migrate rails aborted! Your version of SQLite (3.7.17) is too old. Active Record supports SQLite >= 3.8. /home/ec2-user/.r
あなたの回答
tips
プレビュー