You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
I've just installed ChefDK on Windows in a directory I chose, and vagrant up died with :
Bringing machine 'default' up with 'virtualbox' provider...
The following berks command failed to execute:
C:\utils\chef\chefdk\bin/berks.BAT --version --format json
The stdout and stderr are shown below:
stdout:
stderr: C:/Utils/chef/chefdk/bin/berks:38:in `load': cannot load such file -- C:/opscode/chefdk/embedded/apps/berkshelf/bin/berks (LoadError)
from C:/Utils/chef/chefdk/bin/berks:38:in `<main>'
I replaced opscode with the actual path in all files under bin, but I still get errors:
C:\Vagrant\meteor>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
default: The Berkshelf shelf is at "C:/Users/A/.berkshelf/vagrant-berkshelf/shelves/berkshelf20141130-6800-1yco55z-default"
==> default: Sharing cookbooks with VM
There are errors in the configuration of this machine. Please fix
the following errors and try again:
Berkshelf:
* berksfile_path must be set
If opscode is the only directory that works, then maybe an option would be to remove the directory choice from the install wizard.
Posted initially at berkshelf/berkshelf#1347 - please close in whichever repo is less appropriate.
The text was updated successfully, but these errors were encountered:
I've just installed ChefDK on Windows in a directory I chose, and vagrant up died with :
I replaced opscode with the actual path in all files under
bin
, but I still get errors:If
opscode
is the only directory that works, then maybe an option would be to remove the directory choice from the install wizard.Posted initially at berkshelf/berkshelf#1347 - please close in whichever repo is less appropriate.
The text was updated successfully, but these errors were encountered: