Hi Ionut,
By any chance, have you tried to load explicitly the Babel “Latest” dependencies by running the following command?
npm install --save-dev babel-preset-latest
More information can be found on the following third party site for Babel 6.
Alternatively, you could also try installing Babel 6’s presets individually following this other third-party provided guide.