this doesn’t work.
create-xp-app new MyProject
— — — — — — — — — — — — — — — — — — — — — — — — — — — — —
child_process.js:360
throw new TypeError(‘“file” argument must be a non-empty string’);
^
TypeError: “file” argument must be a non-empty string
at normalizeSpawnArguments (child_process.js:360:11)
at exports.spawn (child_process.js:465:38)
at Object.<anonymous> (/usr/local/lib/node_modules/create-xp-app/bin/cli.js:16:3)
at Module._compile (module.js:569:30)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:503:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3)
at Function.Module.runMain (module.js:605:10)
at startup (bootstrap_node.js:158:16)
there is also an issue on github https://github.com/react-native-training/create-xp-app/issues/13
