I got an error when building the Docker environment, so I will leave the solution as a memo in the article.
ruby 2.6.3-alpine3.10 rails 6.0.1
When I ran dokcer-compose run, I got the following error code.
Error code
Please run `yarn install –check-files` to update.
Add the following yarn configuration code to config/environment/development.rb
config.webpacker.check_yarn_integrity = false
I think that can be solved by the above.
Recommended Posts