0 info it worked if it ends with ok
1 verbose cli [ 'node', '/usr/local/bin/npm', 'start', 'kyatchi' ]
2 info using npm@1.4.28
3 info using node@v0.10.33
4 verbose node symlink /usr/local/bin/node
5 verbose run-script [ 'prestart', 'start', 'poststart' ]
6 info prestart kyatchi@0.0.4
7 info start kyatchi@0.0.4
8 verbose unsafe-perm in lifecycle true
9 info kyatchi@0.0.4 Failed to exec start script
10 error kyatchi@0.0.4 start: `coffee app.coffee`
10 error Exit status 1
11 error Failed at the kyatchi@0.0.4 start script.
11 error This is most likely a problem with the kyatchi package,
11 error not with npm itself.
11 error Tell the author that this fails on your system:
11 error coffee app.coffee
11 error You can get their info via:
11 error npm owner ls kyatchi
11 error There is likely additional logging output above.
12 error System Darwin 14.1.0
13 error command "node" "/usr/local/bin/npm" "start" "kyatchi"
14 error cwd /Users/i311181/Repo/catchMail
15 error node -v v0.10.33
16 error npm -v 1.4.28
17 error code ELIFECYCLE
18 verbose exit [ 1, true ]
I get the following error when I run the command
npm start kyatchi