NathanWalker / angular-seed-advanced

Advanced Angular seed project with support for ngrx/store, ngrx/effects, ngx-translate, angulartics2, lodash, NativeScript (*native* mobile), Electron (Mac, Windows and Linux desktop) and more.
MIT License
2.26k stars 451 forks source link

JS error #490

Closed roshinisesh closed 5 years ago

roshinisesh commented 5 years ago

I'm submitting a ... (check one with "x")

[ x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, instead see use [gitter](https://gitter.im/mgechev/angular2-seed) or [stackoverflow](https://stackoverflow.com/questions/tagged/angular2)

Current behavior When I try to run the application using tns run ios , it gives me the following error.

screen shot 2018-07-26 at 10 42 51 am

Expected behavior The app should boot up without the JS error just like the web application.

Minimal reproduction of the problem with instructions 1) git clone "name of the repository" 2) npm i 3) cd nativescript 4) npm i 4) tns run ios

It installs the app successfully , however, the app doesn't open. On manually opening the app, it gives a JS error.

What is the motivation / use case for changing the behavior?

To get the web and mobile running at the same time.

Please tell us about your environment:

Operating system : MAC OS (Tried it on windows too) 16GB RAM package manager : npm, tns

milindmathur04 commented 5 years ago

Hey @roshinisesh , i have the same issue, have the web app working but cant get either of the mobile apps to work.