codiga
codiga

Reputation: 596

Mac Os - Vagrant: Cannot install plugins

I have a problem with Vagrant running on my Mac.

Problem:

Whenever I type in

vagrant plugin install vagrant-proxyconf

I get the following error:

/opt/vagrant/embedded/lib/ruby/2.2.0/tmpdir.rb:92:in `ensure in mktmpdir': parent directory is world writable but not sticky (ArgumentError)

What I already tried

... and which didn't help yet:

sudo vagrant plugin install vagrant-proxyconf

sudo true && vagrant plugin install vagrant-proxyconf

Because some other threadsd assume that this might be caused by "bundler" I also tried:

rm -rf cd /Users/myunsername/.bundle/cache

As I mentioned, it didn't help yet, so if anyone had this problem before, I would appreciate the help!

Upvotes: 1

Views: 173

Answers (0)

Related Questions