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
i am on Mac OS X 10.11.6 and after following the installation instructions and running vagrant up i get the following error:
The Berkshelf version at "/opt/chefdk/bin/berks" is invalid.
Vagrant Berkshelf requires ~> 4.0, but the current version is 5.1.0.
Please download and install the latest version of the ChefDK from:
https://downloads.chef.io/chef-dk
and follow the installation instructions. Do not forget to add the ChefDK to
your PATH.
The ChefDK binaries are added to my path echo $PATH: /opt/chefdk/bin:/Users/hmk/.chefdk/gem/ruby/2.3.0/bin:/opt/chefdk/embedded/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/chefdk/gitbin
vagrant -v: Vagrant 1.8.5 which berks: /opt/chefdk/bin/berks chef -v:
Chef Development Kit Version: 0.18.26
chef-client version: 12.14.89
delivery version: master (d86679335580be3de22996ef294b20d525889d8d)
berks version: 5.1.0
kitchen version: 1.13.0
I found a similar Issue Description here. I also tried completely reinstalling chefdk, vagrant but nothing helps.
Hello,
i am on Mac OS X 10.11.6 and after following the installation instructions and running
vagrant upi get the following error:The ChefDK binaries are added to my path
echo $PATH: /opt/chefdk/bin:/Users/hmk/.chefdk/gem/ruby/2.3.0/bin:/opt/chefdk/embedded/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/chefdk/gitbinvagrant -v: Vagrant 1.8.5which berks: /opt/chefdk/bin/berkschef -v:Chef Development Kit Version: 0.18.26
chef-client version: 12.14.89
delivery version: master (d86679335580be3de22996ef294b20d525889d8d)
berks version: 5.1.0
kitchen version: 1.13.0
I found a similar Issue Description here. I also tried completely reinstalling chefdk, vagrant but nothing helps.