-1
To help you can post the version of Ionic that the project was developed, version of the angular that is running in the package and can check if there is no need for an earlier version of Node as well.
-1
0
To help you can post the version of Ionic that the project was developed, version of the angular that is running in the package and can check if there is no need for an earlier version of Node as well.
0
Make sure that rxjs project is installed if n is installed with the following command npm install rxjs --save
It seems to be using ionic3, since it is using Ionic-app-scripts, so installing rxjs will not solve anything and it does not serve anything related to this, it is simply likely that either he installed an old version of Ionic-cli (which is global and not project) Either the Ionic-cli installation broke, or much more likely it’s a mistake on one. ts that this in fact catching a var Undefined.
Browser other questions tagged angular ionic typescript
You are not signed in. Login or sign up in order to post.
Try to spin like this:
npm run ionic:serve
– LeAndrade