mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Instead:
- Upgrade to node v0.8.10, which includes the fix to
https://github.com/joyent/node/issues/3994, to fix "meteor mongo".
- To fix "meteor deploy" in emacs shell, use a hack to revert the O_NONBLOCK
setting after process.stdin is evaluated: since the 3994 fix only applies
when something is spawn'd, make sure to spawn 'true' after evaluating
process.stdin.
- In our node.sh script, if in emacs shell, use Perl to make stdin
non-blocking after node exits. This makes the Node REPL work.