nodejs cookbookを自前cookbookで使おうとしているのですが、include_recipe "nodejs"nodejs_npm "bower" do ... end.run(:install) などしても、どうも反映されません。

問題を突きとめるためにlogを入れても、出力されません。

site-cookbooks/my-cookbook/recipes/default.rb:

log "debug" do
  message "hello there"
  level :error
end
$ knife solo cook -i path/to/pem hostename