Hi, I recently got distillery and edeliver working with a Phoenix 1.2 app, but I’m getting errors running the following with a Phoenix 1.3 app using:
mix edeliver build release production --verbose
Everything works up until the following point:
-----> Running phoenix.digest
npm WARN saveError ENOENT: no such file or directory, open '/tmp/edeliver/myonepointthreetestapp/builds/package.json'
npm WARN enoent ENOENT: no such file or directory, open '/tmp/edeliver/myonepointthreetestapp/builds/package.json'
npm WARN builds No description
npm WARN builds No repository field.
npm WARN builds No README data
npm WARN builds No license field.
up to date in 0.201s
bash: line 10: ./node_modules/brunch/bin/brunch: No such file or directory
Anyone have any idea why this is happening?