简体   繁体   English

bash:Meteor.users:找不到命令

[英]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 我运行了此命令: meteor add accounts-password
  2. I received the expected output 我收到了预期的输出
  3. I ran this command: Meteor.users 我运行了以下命令: Meteor.users
  4. I received this unexpected output: bash: Meteor.users: command not found 我收到此意外输出:bash:Meteor.users:找不到命令

Can someone explain this error and provides a suggestion on how to fix it? 有人可以解释此错误,并提供如何解决的建议吗?

预期产量

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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