Skip to content

Instantly share code, notes, and snippets.

@isao
Created September 12, 2012 00:14
Show Gist options
  • Save isao/3703203 to your computer and use it in GitHub Desktop.
Save isao/3703203 to your computer and use it in GitHub Desktop.
17:26isaodevelop% pwd
/Users/isao/Repos/mojito/myfork
17:26isaodevelop% npmls
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected] extraneous
17:27isaodevelop% npmls -g
[email protected] -> /Users/isao/Repos/mojito/myfork
[email protected]
[email protected]
17:27isaodevelop% pkill -fl java node arrow phantomjs
kill -15 35409
17:27isaodevelop% ./tests/run.js test -u --group server --driver nodejs
---Starting Arrow Server---
node /Users/isao/Repos/mojito/myfork/tests/../node_modules/yahoo-arrow/arrow_server/server.js
/Users/isao/Repos/mojito/myfork/node_modules/yahoo-arrow/arrow_server/server.js:89
var app = express();
^
TypeError: object is not a function
at Object.<anonymous> (/Users/isao/Repos/mojito/myfork/node_modules/yahoo-arrow/arrow_server/server.js:89:11)
at Module._compile (module.js:449:26)
at Object.Module._extensions..js (module.js:467:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.runMain (module.js:492:10)
at process.startup.processNextTick.process._tickCallback (node.js:244:9)
arrow_server failed to start. If it is already running use '-a' to skip startup of arrow_server.
1
FAILED
17:27isaodevelop%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment