Just installed a fresh copy of gatsby, and created a blog. When I try to run `gatsby serve` I get this error: ``` /usr/local/lib/node_modules/gatsby/lib/utils/serve.js:2 import Hapi from 'hapi'; ^^^^^^ SyntaxError: Unexpected reserved word ``` Seems like babel isn't running for some reason. Any clues?