I had the same problem in CentOS 7 and the solution was the following:
npm install -g node-gyp
cd /opt/Rocket.Chat/programs/server/node_modules/fibers/
node-gyp rebuild
cp build/Release/fibers.node bin/linux-x64-57/fibers.node
And ready. It started without problems.
node main.js