Created
May 14, 2015 23:44
-
-
Save crandmck/6dac58b6ad3d0c84fb91 to your computer and use it in GitHub Desktop.
Arc error running app with App Controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unexpected exit with 8 from Runner: commit default/local-directory in /Users/rand/StrongLoop/loopback-example-app | |
Start Runner: commit default/local-directory in /Users/rand/StrongLoop/loopback-example-app | |
/usr/local/lib/node_modules/strongloop/node_modules/strong-supervisor/bin/sl-run.js:19 | |
strongTracer: tracer(), | |
^ | |
TypeError: undefined is not a function | |
at Object.<anonymous> (/usr/local/lib/node_modules/strongloop/node_modules/strong-supervisor/bin/sl-run.js:19:17) | |
at Module._compile (module.js:456:26) | |
at Object.Module._extensions..js (module.js:474:10) | |
at Module.load (module.js:356:32) | |
at Function.Module._load (module.js:312:12) | |
at Function.Module.runMain (module.js:497:10) | |
at startup (node.js:119:16) | |
at node.js:929:3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rand reinstalled with the latest supervisor and reported the issue's gone.
Rand McKinney [4:54 PM]
@sean: @seto confirmed, That problem is fixed!