Unable to install Slate (API documentation tool) on Windows using Vagrant and VirtualBox (Error: couldn't open “base”) #1385
Replies: 2 comments 3 replies
-
The directory The error you're seeing ( |
Beta Was this translation helpful? Give feedback.
-
Having something Similar on MAC. Forked, pulled down the latest. Trying to run with Vagrant following: https://github.com/slatedocs/slate/wiki/Using-Slate-in-Vagrant I am using the master branch
Confirmed
Any ideas where I am messing up. |
Beta Was this translation helpful? Give feedback.
-
I need to install Slate on Windows 10, but I am getting a blocking error, and can't find a solution in the documentation. It is recommended that Vagrant be used on Windows 10 according to the official instructions at
https://github.com/slatedocs/slate/wiki#getting-started
and
https://github.com/slatedocs/slate/wiki/Using-Slate-in-Vagrant
The first error message is:
C:\Users\usersname\Documents\Slate>vagrant up No usable default provider could be found for your system.
Vagrant relies on interactions with 3rd party systems, known as "providers", to provide Vagrant with resources to run development environments. Examples are VirtualBox, VMware, Hyper-V.
The easiest solution to this message is to install VirtualBox, which is available for free on all major platforms.
Upon installing VirtualBox, I get this error:
C:\Users\v-joeperez\Documents\Slate>vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'base' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Box file was not detected as metadata. Adding it directly... ==> default: Adding box 'base' (v0) for provider: virtualbox default: Downloading: base default: An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again.
Couldn't open file C:/Users/username/Documents/Slate/base
Any suggestions please?
Beta Was this translation helpful? Give feedback.
All reactions