Bootstrap v.5.3.0-alpha1 #37736
-
When says “alpha1” means that is not stable and therefore, not recommendable for production? |
Beta Was this translation helpful? Give feedback.
Answered by
julien-deramond
Dec 27, 2022
Replies: 2 comments
-
Exactly @limakid, this is not a stable version. If you're installing the package with npm for example by running |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
julien-deramond
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Exactly @limakid, this is not a stable version. If you're installing the package with npm for example by running
npm i bootstrap@latest
, it'll install the v5.2.3 (latest stable version available).