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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

linux - gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now -

delphi - Disable and change color of node in Treeview -