-
Notifications
You must be signed in to change notification settings - Fork 445
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
Unable to run on iOS emulator using npm run start.ios
#492
Comments
Running System.err: java.lang.RuntimeException: Unable to create application com.tns.NativeScriptApplication: com.tns.NativeScriptException: Application entry point file not found. Please specify the file in package.json otherwise make sure the file index.js or bootstrap.js exists.\nIf using typescript make sure your entry point file is transpiled to javascript. |
I'm submitting a ... (check one with "x")
Current behavior
Running
npm run start.ios
results in an error:[1] 1 0x10c22d25c -[TNSRuntime executeModule:referredBy:]
[1] 2 0x10bc99d4e main
[1] 3 0x10f72d575 start
[1] 4 0x1
[1] [native code]: JS ERROR Error: Could not find module './'. Computed path '/Users/ahetma437/Library/Developer/CoreSimulator/Devices/F1D2C039-472E-4678-B8F9-A9813FA631BE/data/Containers/Bundle/Application/6DC9CC37-6077-4481-8172-316040D39C72/nativescript.app/app'.
Expected behavior
Expected emulator to work and display the app.
Minimal reproduction of the problem with instructions
clone latest seed, npm i, npm run start.ios
What is the motivation / use case for changing the behavior?
Evaluating using the seed
Please tell us about your environment:
iOS macbook mojave
Angular Seed Version:
aaaaf75
Latest as of Nov 19 2018
Node:
node --version
=Node -v 10.13.0
npm -v 6.4.1
The text was updated successfully, but these errors were encountered: