I just got an old project. But when I run bundle install command from the guide, I got this error.
irwan@LAPTOP-3KM80MDK:~$ gem install bundler:1.9.0 ERROR: Loading command: install (LoadError)cannot load such file -- zlib ERROR: While executing gem ... (NoMethodError)undefined method `invoke_with_build_args' for nil:NilClass
I already run
sudo apt install zlib1g-dev
But I still the same error. I feel like the installation path is not correct, but I am not sure how to check it.