Aaron Hansen

Results 3 comments of Aaron Hansen

My team is seeing the same issue with npm v7.x. It leads to issues when trying to use the latest mobx version and satcheljs at the same time: ``` psh...

This seems relevant: ``` $ /opt/vagrant/embedded/bin/ruby --version ruby 2.4.9p362 (2019-10-02 revision 67824) [x86_64-darwin13] ``` Is there any way to upgrade the embedded Ruby used by Vagrant (or to force it...

Workaround found: ``` vagrant plugin install vagrant-google --plugin-version "2.4.0" ```