JS Error for Angular and Nativescript project

48 Views Asked by At

Current behavior When I try to run the application using tns run ios , it gives me the following error. attached picture shows the JS Error in the terminal

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

Minimal reproduction of the problem with instructions

git clone "name of the repository" npm i cd nativescript npm i 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

**Angular Seed Version: 8aae926 Node: node --version = v8.11.3

0

There are 0 best solutions below