Claire

Results 1010 comments of Claire

don't do that in `~/.rbenv` but in `~/live`

Check that `libjemalloc-dev` is still installed, and rebuild Ruby according to the docs

How have you rebuilt Ruby? When you say “the problem is still the same”, it's `bundle install --force` failing with the same error, or Mastodon not working?

Closing as this micro-optimization is extremely negligible, and `Array#max` is readable and idiomatic.

Did the `RAILS_ENV=production bundle exec rails assets:precompile` succeed?

It's saying “Everything's up-to-date. Nothing to do”, so it did not truly run. That may be fine, but sometimes failures annoyingly don't register as such. To make sure it works,...

Hm maybe there's an incompatibility with your node version? Which version of node are you using? Also, do you have any change to `package.json` or `yarn.lock`?

Hm… that should be fine. Yeah you could try checking out v3.5.3 again. Can you check `git status`?

That shouldn't be an issue, but you can safely delete that file.

It really sounds like it's using an old version of `webpack-merge` for some reason, but normally, this should use the one defined in `yarn.lock` that should not be an issue....