-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get past npm run init #3
Comments
I have the same issue, |
We'll resolve the issues to make it run on Windows OS as well. Right now, the script was written considering macOS users in mind. Will resolve this soon and give an update here. |
Hi, I just found this project and it looks right up my street for what I have in mind but I can't get past Anything I'm doing wrong? I just followed the instructions. |
Hi @saimonmoore We have upgraded the starter kit to use expokit version 35 now. You can also refer to this video that walks through the setup process on the MAC machine. |
Cool. I'll give it another try. Thanks |
Go this error on trying to run npm run init on Windows 10:
'rm' is not recognized as an internal or external command, npm ERR! A complete log of this run can be found in: |
After installing cygwin and putting rm on the path, go further but there are still errors:
prompt: Enter the name of your project: eskTest Error: Command failed: ./node_modules/expokit/detach-scripts/run-exp.sh prepare-detached-build --platform android
|
But does your staff really work or We're just on false hopes, I can't pass "npm run init" |
hey i guess the problem is with "Error: Command failed: ./node_modules/expokit/detach-scripts/run-exp.sh prepare-detached-build --platform android" But I can't find this file run-exp.sh, I guess it's where the proble comes from..... |
Hello.
I'm having trouble initializing an app. I'm following your instructions, but when I run the command 'npm run init', I get an error. When I try on Linux (Centos 7), I get an error 'app.json not found;.
When I try on Windows, I get the following error
'.' is not recognized as an internal or external command,
operable program or batch file.
Can you please provide any input? I'm trying to first create a test app and familiarize with the process you describe and then eject my app.
I know this is an issue area, but I'm stuck an could really use some help.
The text was updated successfully, but these errors were encountered: