Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. ==> cache01: [2014-10-31T15:56:20+00:00] ERROR: No install method found for npm
  2. ==> cache01:
  3. ==> cache01: ================================================================================
  4. ==> cache01: Recipe Compile Error in /var/chef/cache/cookbooks/argos_cache_config/recipes/application.rb
  5. ==> cache01: ================================================================================
  6. ==> cache01:
  7. ==> cache01:
  8. ==> cache01: NoMethodError
  9. ==> cache01: -------------
  10. ==> cache01: No resource or method named `npm_package' for `Chef::Recipe "application"'
  11. ==> cache01:
  12. ==> cache01:
  13. ==> cache01: Cookbook Trace:
  14. ==> cache01: ---------------
  15. ==> cache01: /var/chef/cache/cookbooks/argos_cache_config/recipes/application.rb:8:in `block in from_file'
  16. ==> cache01:
  17. ==> cache01: /var/chef/cache/cookbooks/argos_cache_config/recipes/application.rb:7:in `each_pair'
  18. ==> cache01:
  19. ==> cache01: /var/chef/cache/cookbooks/argos_cache_config/recipes/application.rb:7:in `from_file'
  20. ==> cache01:
  21. ==> cache01:
  22. ==> cache01: Relevant File Content:
  23. ==> cache01: ----------------------
  24. ==> cache01: /var/chef/cache/cookbooks/argos_cache_config/recipes/application.rb:
  25. ==> cache01:
  26. ==> cache01:
  27. ==> cache01:
  28. ==> cache01: 1:
  29. ==> cache01:
  30. ==> cache01: 2: # provisions node.js and npm
  31. ==> cache01: 3: #include_recipe 'nodejs::install_from_source'
  32. ==> cache01: 4: include_recipe 'nodejs::npm'
  33. ==> cache01: 5:
  34. ==> cache01: 6: # provisions global npm packages
  35. ==> cache01: 7: node.argos_cache_config.application.npm_packages.each_pair do |pkg, ver|
  36. ==> cache01: 8>> npm_package pkg do
  37. ==> cache01: 9: version ver
  38. ==> cache01: 10: end
  39. ==> cache01: 11: end
  40. ==> cache01: 12:
  41. ==> cache01: 13: # provisions upstart script
  42. ==> cache01: 14: #runit_service "argos_cache_config" do
  43. ==> cache01: 15: # default_logger true
  44. ==> cache01: 16: #end
  45. ==> cache01: 17: #template '/etc/init/argos_cache_config.conf' do
  46. ==> cache01:
  47. ==> cache01: [2014-10-31T15:56:20+00:00] ERROR: Running exception handlers
  48. ==> cache01: [2014-10-31T15:56:20+00:00] ERROR: Exception handlers complete
  49. ==> cache01: [2014-10-31T15:56:20+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
  50. ==> cache01: [2014-10-31T15:56:20+00:00] INFO: Sending resource update report (run-id: 08b0013d-cf6f-4060-aa6e-83ef0b1ac32d)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement