sous-chefs/nodejs

Suse didn't work

Closed this issue · 2 comments

I get since yesterday a error message.

Env:

  • Suse 11 SP3

Error:
ERROR: There are no nodejs packages for this platform; please use the source or binary method to install node

metadata.rb

depends "nodejs"

Cheffile

cookbook 'nodejs', '~>2.0.0'
cookbook 'nodejs'

I try several ways every time same error:

include_recipe "nodejs::nodejs_from_source"
include_recipe "nodejs::nodejs_from_binary"

i also try to set the install_method in my attributes/default.rb

default['nodejs']['install_method'] = 'binary'
default['nodejs']['install_method'] = 'source'

Suse has no package for nodejs.

@gimler thanks for this report, can you gist more log on debug level please?

tas50 commented

#164 provides the initial suse support.