atmosphere.js - Meteor check available versions available for atmosphere js package -
is possible check available versions of atmospherejs package? example, trying install twbs:bootstrap@=4.0.0-alpha.4
following github page
but not install giving error:
no such version twbs:bootstrap@=4.0.0-alpha.4
hence looking find way check versions available given atmospherejs meteor package.
you can use
meteor show twbs:bootstrap
or
meteor show --show-all twbs:bootstrap
for older or pre-released versions. latest available version 4.0.0-alpha2
Comments
Post a Comment