When I try to start a new project with a reaction from scratch, I get this message.
/Users/jorgevenegas/Dev/Projects/testreact/List/node_modules/react-native/node_modules/babel-core/lib/transformation/file/options/option-manager.js:327 throw new Error("Couldn't find preset " + JSON.stringify(val) + " relative to directory " + JSON.stringify(dirname)); ^ Error: Couldn't find preset "es2015" relative to directory "/Users/jorgevenegas/Dev/Projects"
Of course, I installed action-native-cli. Using node v4.2.1, react-native 0.1.5, watchdog and thread are also installed.
Something seems to be related to babel. However, I cannot understand the reason.
I am attaching a screenshot with a more detailed output.

Thanks in advance!
ecmascript-6 babeljs react-native
jorgevenegas
source share