Git Product home page Git Product logo

Comments (4)

vinyar avatar vinyar commented on September 2, 2024 6

yup. Confirmed that opentable boxes are broken due to busted Vagrant files baked into .box files

Vagrant.configure("2") do |config|
    config.vm.define "vagrant-windows-7"
    config.vm.box = "windows_7"

    if !Vagrant.has_plugin?('vagrant-windows')
      puts "vagrant-windows missing, please install the vagrant-windows plugin!"
      puts "Run this command in your terminal:"
      puts "vagrant plugin install vagrant-windows"
      exit 1
    end
...

from vagrant-windows.

ferventcoder avatar ferventcoder commented on September 2, 2024 1

@maxi1192 It's likely they have something in their vagrantfile that is requesting that. You may need to remove something there so that things will work.

from vagrant-windows.

ferventcoder avatar ferventcoder commented on September 2, 2024

Not odd - Windows support is built into Vagrant. Unless I'm mistaken this gem is deprecated.

from vagrant-windows.

maxi1192 avatar maxi1192 commented on September 2, 2024

the readme says for vagrant 1.6+ (I installed vagrant 1.9.1) this plugin is not needed to run windows guests, but when I want to "vargant up" a windows guest with e.g. this box "opentable/win-7-professional-amd64-nocm", it says:

vagrant-windows missing, please install the vagrant-windows plugin!
Run this command in your terminal:
vagrant plugin install vagrant-windows

from vagrant-windows.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.