Meteor check适用于atmosphere js包的可用版本

Meteor check适用于atmosphere js包的可用版本,meteor,atmosphere.js,Meteor,Atmosphere.js,是否可以检查atmospherejs包的所有可用版本? 例如,我正在尝试安装twbs:bootstrap@=4.0.0-alpha.4 但这并不会导致以下错误: 没有这样的版本twbs:bootstrap@=4.0.0-alpha.4 因此,我正在寻找一种方法来检查任何给定的atmospherejs meteor包都有哪些版本可用。您可以使用 meteor show twbs:bootstrap 或 对于旧版本或预发布版本。最新可用版本为4.0.0-alpha2 meteor show --s

是否可以检查atmospherejs包的所有可用版本? 例如,我正在尝试安装
twbs:bootstrap@=4.0.0-alpha.4

但这并不会导致以下错误:

没有这样的版本twbs:bootstrap@=4.0.0-alpha.4

因此,我正在寻找一种方法来检查任何给定的atmospherejs meteor包都有哪些版本可用。

您可以使用

meteor show twbs:bootstrap

对于旧版本或预发布版本。最新可用版本为
4.0.0-alpha2

meteor show --show-all twbs:bootstrap