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
When attempting to upload a wrapper cookbook, I get the following error:
Dependency 'build-essential' was not found. Please make sure it is in your Berksfile, and then run berks install to download and install the missing dependencies.
Upon further investigation, it seems Berkshelf needs the following line to be a depends instead of recommends:
Hello! We've re-written the cookbook using libraries that expose resources and providers, so you shouldn't see this problem on the newer version. Hope this helps!
When attempting to upload a wrapper cookbook, I get the following error:
Dependency 'build-essential' was not found. Please make sure it is in your Berksfile, and then run
berks install
to download and install the missing dependencies.Upon further investigation, it seems Berkshelf needs the following line to be a depends instead of recommends:
https://github.com/elasticsearch/cookbook-elasticsearch/blob/master/metadata.rb#L12
Any objections to getting this into upstream? I can send over a PR.
The text was updated successfully, but these errors were encountered: