meteor / vue-tutorial

14 stars 18 forks source link

TypeError: Accounts.findUserByUsername is not a function #16

Open YstFA opened 2 years ago

YstFA commented 2 years ago

Getting this Error at step 11 or step 12 after running "meteor npm install" and "meteor"

TypeError: Accounts.findUserByUsername is not a function
  at server/main.js:18:17
  at Function.time (/Users/Shared/DEV/meteor/.meteor/local/build/programs/server/profile.js:273:30)
  at /Users/Shared/DEV/meteor/.meteor/local/build/programs/server/boot.js:415:15
  at /Users/Shared/DEV/meteor/.meteor/local/build/programs/server/boot.js:465:7
  at Function.run (/Users/Shared/DEV/meteor/.meteor/local/build/programs/server/profile.js:280:14)
  at /Users/Shared/DEV/meteor/.meteor/local/build/programs/server/boot.js:463:13

EDIT: from step 7 it works.

Grubba27 commented 2 years ago

Hello there! how are you doing? Wich version of meteor are you using ? Does this happen when you use this folder from the repo? step11. Tried in my machine running the same commands meteor npm i then meteor and it did compile. Can you provide more info?