When installing from scratch:
ERROR in ./src/app.js
Module build failed: ReferenceError: [BABEL] /Users/davidbasalla/Projects/match_three_clone/src/app.js: Unknown option: /Users/davidbasalla/Projects/match_three_clone/node_modules/react/index.js.Children. Check out http://babeljs.io/docs/usage/options/ for more information about options.
A common cause of this error is the presence of a configuration options object without the corresponding preset name. Example:
Invalid:
`{ presets: [{option: value}] }`
Valid:
`{ presets: [['presetName', {option: value}]] }`
For more detailed information on preset configuration, please see http://babeljs.io/docs/plugins/#pluginpresets-options. (While processing preset: "/Users/davidbasalla/Projects/match_three_clone/node_modules/react/index.js")
at Logger.error (/Users/davidbasalla/Projects/match_three_clone/node_modules/babel-core/lib/transformation/file/logger.js:41:11)
at OptionManager.mergeOptions (/Users/davidbasalla/Projects/match_three_clone/node_modules/babel-core/lib/transformation/file/options/option-manager.js:226:20)
at /Users/davidbasalla/Projects/match_three_clone/node_modules/babel-core/lib/transformation/file/options/option-manager.js:265:14
at /Users/davidbasalla/Projects/match_three_clone/node_modules/babel-core/lib/transformation/file/options/option-manager.js:323:22
at Array.map (<anonymous>)
at OptionManager.resolvePresets (/Users/davidbasalla/Projects/match_three_clone/node_modules/babel-core/lib/transformation/file/options/option-manager.js:275:20)
at OptionManager.mergePresets (/Users/davidbasalla/Projects/match_three_clone/node_modules/babel-core/lib/transformation/file/options/option-manager.js:264:10)
at OptionManager.mergeOptions (/Users/davidbasalla/Projects/match_three_clone/node_modules/babel-core/lib/transformation/file/options/option-manager.js:249:14)
at OptionManager.init (/Users/davidbasalla/Projects/match_three_clone/node_modules/babel-core/lib/transformation/file/options/option-manager.js:368:12)
at File.initOptions (/Users/davidbasalla/Projects/match_three_clone/node_modules/babel-core/lib/transformation/file/index.js:212:65)
at new File (/Users/davidbasalla/Projects/match_three_clone/node_modules/babel-core/lib/transformation/file/index.js:135:24)
at Pipeline.transform (/Users/davidbasalla/Projects/match_three_clone/node_modules/babel-core/lib/transformation/pipeline.js:46:16)
at transpile (/Users/davidbasalla/Projects/match_three_clone/node_modules/babel-loader/lib/index.js:50:20)
at Object.module.exports (/Users/davidbasalla/Projects/match_three_clone/node_modules/babel-loader/lib/index.js:175:20)
Also babel-core and cairo need to be installed before this can run.
When installing from scratch:
Also babel-core and cairo need to be installed before this can run.