While trying to deploy meteor, I install node fiber by:
$ cd bundle/server
and then installing fiber
$ npm install fibers
Node version is v0.11.3 NPM version is 1.2.18
Meteor 1.3.3 and before only uses up to Node v0.10.4x.
Use nvm to run specific node versions.
References