简体   繁体   中英

bash: Meteor.users: command not found

I'm working through the Your First Meteor Application tutorial:

  1. I ran this command: meteor add accounts-password
  2. I received the expected output
  3. I ran this command: Meteor.users
  4. I received this unexpected output: bash: Meteor.users: command not found

Can someone explain this error and provides a suggestion on how to fix it?

预期产量

您需要先运行meteor shell命令,然后才能访问Meteor服务器Shell。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM