Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime Error of "meteor/accounts-base" #172

Open
Ayesha17 opened this issue Nov 29, 2017 · 1 comment
Open

Runtime Error of "meteor/accounts-base" #172

Ayesha17 opened this issue Nov 29, 2017 · 1 comment

Comments

@Ayesha17
Copy link

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)

@adelriosantiago
Copy link

adelriosantiago commented Mar 1, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants