quantumpotato
quantumpotato

Reputation: 9767

Riak make rel failed application validation with reason: missing_app_file

I installed riak from github, then ran:

make rel

And got this:

s/node_package failed application validation with reason:
{missing_app_file,"/User/foo/riak/deps/node_package"}.

How do I fix this?

Upvotes: 0

Views: 173

Answers (1)

Brian Roach
Brian Roach

Reputation: 76898

The default branch is develop - it's the development branch and may or may not always build.

You want to checkout the appropriate release tag and build that. The current release is tagged riak-1.4.6.

Upvotes: 1

Related Questions