Check your package.json, some dependency is probably using
an old version of Babel.
One way around if Babel6 is required by the dependency:
$ npm install babel-core@^7.0.0-bridge --save-dev
https://github.com/babel/babel/issues/8206#issuecomment-419705758