如何找到 Atmosphere (meteor) 包的旧版本号?
How to find the old version numbers for an Atmosphere (meteor) package?
Atmosphere (meteor)
软件包的最新版本有一个严重的错误,所以我想为它指明一个旧版本号。但是我在 Github
页面和 Atmosphere 页面上都找不到它的版本列表。
有没有办法列出 Atmosphere (meteor)
软件包的所有版本号?
您可以使用 meteor show
命令,特别是像这样使用 --show-all
标志:
meteor show --show-all package:name
Atmosphere (meteor)
软件包的最新版本有一个严重的错误,所以我想为它指明一个旧版本号。但是我在 Github
页面和 Atmosphere 页面上都找不到它的版本列表。
有没有办法列出 Atmosphere (meteor)
软件包的所有版本号?
您可以使用 meteor show
命令,特别是像这样使用 --show-all
标志:
meteor show --show-all package:name