electrode-native icon indicating copy to clipboard operation
electrode-native copied to clipboard

An error occurred: ChildProcess exited with code null when creating a MiniApp

Open DylanStandridge opened this issue 5 years ago • 1 comments

I also have android studio using 7.0 Nougat as the tutorial directs. Looking over creating a mini app i also see no options for additional debugging info. ElectrodeNativeTutorial dstand1$ npm -v 6.12.1 ElectrodeNativeTutorial dstand1$ node -v v12.13.1 ElectrodeNativeTutorial dstand1$ ern -v [v0.38.10] [Cauldron: -NONE-]

ern create-miniapp MovieListMiniApp


| | |_ | | _ _ ___ | | | | |__ | |() _____ | || / -) | | '/ _ / / -_) | . / ` | | \ V / -) ||____|_|| _/_,_| ||__,|_|_|_/___| [v0.38.10] [Cauldron: -NONE-]

✔ Ensuring that Electrode Native module name is valid 0s ? Input a package name. Press Enter to use the default. movie-list-miniapp ? Choose the language to use for this MiniApp TypeScript ✔ Ensuring that Electrode Native module name is valid 0s ✔ Ensuring that NPM package name is valid 0s ✖ Creating MiniApp 49s ✔ Retrieved react-native version from Manifest [0.60.5] 2s ✔ Syncing https://github.com/electrode-io/electrode-native-manifest.git Mani fest 2s ✖ Creating MovieListMiniApp project using react-native v0.60.5 47s ✖ An error occurred: ChildProcess exited with code null

DylanStandridge avatar Jan 05 '20 17:01 DylanStandridge

Hi @DylanStandridge - Please let us know if you're still seeing the same issue.

You can get additional output for debugging by setting the ERN_LOG_LEVEL environment variable, or the logLevel option in your global .ernrc file.

ERN_LOG_LEVEL=trace ern create-miniapp MovieListMiniApp
// ~/.ern/.ernrc

{
  // ...
  "logLevel": "trace"
}

friederbluemle avatar Apr 23 '20 07:04 friederbluemle