-
Notifications
You must be signed in to change notification settings - Fork 113
Description
I runned npm install -g electrode-native successfully. After that I create a new folder cd into it and run "ern create-miniapp MovieListMiniApp" and it was stuck at creating project step. Here is the output
ern create-miniapp MovieListMiniApp
| | |_ | | _ _ ___ | | | | |__ | |() _____
| || / -) | | '/ _ / / -_) | . / ` | | \ V / -)
||____|_|| _/_,_| ||__,|_|_|_/___|
[v0.53.7] [Cauldron: -NONE-]
✔ Ensuring that Electrode Native module name is valid 0s
✔ Ensuring that Electrode Native module name is valid 0s
✔ Ensuring that npm package name is valid 0s
⠸ Creating MiniApp 18m 35s
✔ Retrieved react-native version from Manifest [0.77.2] 1s
✔ Syncing https://github.com/electrode-io/electrode-native-manifest.git Manifest 1s
⠹ Creating movielistminiapp project using react-native@0.77.2 18m 33s
^C
after 18m I forcefully left the process. When I looked at the folder it seemed like create-miniapp worked because there was a react native like project. but when I run " ern run-android" I got this output
ern run-android
| | |_ | | _ _ ___ | | | | |__ | |() _____
| || / -) | | '/ _ / / -_) | . / ` | | \ V / -)
||____|_|| _/_,_| ||__,|_|_|_/___|
[v0.53.7] [Cauldron: -NONE-]
✖ An error occurred: No ern section found in movielistminiapp package.json. Are you sure this is a MiniApp ?
This project looked exactly like what we need but it was a bummer it did not work. Hope to find a solution.