Quick question. How come whenever I use Berkshelf to manage my cookbook dependencies, my own cookbooks get frozen? Is there a way to unfreeze it?
knife cookbook upload myNodeApp
Uploading myNodeApp [0.1.0]
ERROR: Version 0.1.0 of cookbook myNodeApp is frozen. Use --force to override.
WARNING: Not updating version constraints for LighthouseApi in the environment as the cookbook is frozen.
ERROR: Failed to upload 1 cookbook.
update:
here's my Berksfile.
source "https://api.berkshelf.com"
metadata
cookbook 'apt', '~> 2.4.0'
cookbook 'nginx', '~> 2.7.4'
cookbook 'redisio', '~> 1.7.1'
cookbook 'mysql', '~> 5.3.6'
cookbook 'nodejs', '~> 1.3.0'
cookbook 'npm', '~> 0.1.2'
cookbook 'mongodb', '~> 0.16.1'