Ionic2CLI-Meteor-WhatsApp
Ionic2CLI-Meteor-WhatsApp copied to clipboard
WhatsApp Clone tutorial with Ionic 2.0 CLI and Meteor Server
Whenever I launch "ionic serve", I get error below. I've just completed chapter 4 in the guide: https://angular-meteor.com/tutorials/whatsapp2/ionic/meteor-server-side Here is the complete stacktrace. What am I doing wrong? Starting app-scripts...
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 1.7.3 to 2.6.1. Release notes Sourced from node-fetch's releases. v2.6.1 This is an important security release. It is strongly recommended to update as soon as possible. See...
Hi Not sure why but i am getting the following error (using lastest git clone on repo) "Property after does not exist on type 'Collection'"
Creating the ionic app and selecting Angular as the framework will automatically pull in TypeScript ~4.x. Running this command will downgrade Typescript and breaks the Ionic build.
Hi, I am very new to these stuff (meteor, angular, blah blah). I need to just see the output of the project and get a run first. So please before...
meteor-client.js:5093 Uncaught Error: The core-js npm package could not be found in your node_modules directory. Please run the following command to install it: meteor npm install --save core-js Can anybody...
are you having any plans of updating the tutorial? finding it really hard to use only the older versions used in this tutorial. there are many a things which are...
I'm stuck on this piece of code in the login.controller.js file. ` const confirmPopup = this.$ionicPopup.confirm({ title: 'Number confirmation', template: '' + this.phone + 'Is your phone number above correct?',...