The referenced meteor/accounts-base module is a direct dependency of the accounts-password package. Step 8 of the Socially - A Meteor-Angular Tutorial App tutorial requires the installation of the accounts-password package, which will in turn install the accounts-base package. Make sure you’ve run the following:
meteor add accounts-password
To make sure it’s installed, look in your .meteor/versions file for a matching accounts-base@X.X.X line.
(I put an answer for this on SO; duplicating here.)
after running meteor add accounts-base that fixed,
but when clicking on login I got this error:
zone.js:241 Uncaught EXCEPTION: Error in http://localhost:3000//node_modules/angular2-meteor-accounts-ui/build/login-buttons.js class LoginButtons - inline template:0:1577
ORIGINAL EXCEPTION: TypeError: meteor_1.Meteor.loginWithPassword is not a function