rogeriopradoj / vagrant-ip-show

A simple vagrant plugin for listing all ips of VM networks
https://rogeriopradoj.github.io/vagrant-ip-show/
MIT License
21 stars 6 forks source link

cannot load such file -- bundler #6

Closed mightydok closed 6 years ago

mightydok commented 7 years ago

Cant run vagrant after plugin install, log after: Vagrant 1.9.1

E:\Work\vagrant\graphite>vagrant plugin install vagrant-ip-show
Installing the 'vagrant-ip-show' plugin. This can take a few minutes...
Fetching: vagrant-ip-show-0.0.4.gem (100%)
Installed the plugin 'vagrant-ip-show (0.0.4)'!

E:\Work\vagrant\graphite>vagrant status
Vagrant failed to initialize at a very early stage:

The plugins failed to load properly. The error message given is
shown below.

cannot load such file -- bundler
mightydok commented 7 years ago

Can i comment out this require?

require 'bundler'

in lib/vagrant-ip-show.rb file?

briantully commented 7 years ago

same here

artdevjs commented 7 years ago

the same(

cheetooh commented 7 years ago

i am facing the same issue...

rogeriopradoj commented 6 years ago

Hi, sorry for taking so long.

Please do this to fix:

Please, let me know if you are facing the same issue, ok?

@mightydok @briantully @artdevjs @cheetooh

Best!