Ionic2CLI-Meteor-WhatsApp icon indicating copy to clipboard operation
Ionic2CLI-Meteor-WhatsApp copied to clipboard

Runtime Error of "meteor/accounts-base"

Open Ayesha17 opened this issue 7 years ago • 1 comments

After adding

function requestPhoneVerification(phoneNumber: string, callback?: Function): void; function verifyPhone(phoneNumber: string, code: string, callback?: Function): void;

in meteor.d.ts runtime error of "meteor/accounts-base" occur

Error: Cannot find module "meteor/accounts-base" at webpackMissingModule (http://localhost:8100/build/main.js:548:87) at Object.214 (http://localhost:8100/build/main.js:548:184) at webpack_require (http://localhost:8100/build/vendor.js:55:30) at Object.151 (http://localhost:8100/build/main.js:65:15) at webpack_require (http://localhost:8100/build/vendor.js:55:30) at Object.685 (http://localhost:8100/build/main.js:1121:17) at webpack_require (http://localhost:8100/build/vendor.js:55:30) at Object.359 (http://localhost:8100/build/main.js:938:23) at webpack_require (http://localhost:8100/build/vendor.js:55:30) at Object.354 (http://localhost:8100/build/main.js:917:20)

Ayesha17 avatar Nov 29 '17 08:11 Ayesha17

Same here, any solution? It doesn't work even when using source at 7: https://github.com/Urigo/Ionic2CLI-Meteor-WhatsApp/releases

adelriosantiago avatar Mar 01 '18 06:03 adelriosantiago