4
How do I choose the version of a library I want to use, with NPM?
For example
1.0.0
1.0.1
1.1.0
1.1.1
1.2.0
If I roll npm i nome-do-package
, he will install the version 1.2.0
, for being the last.
But how would I install the version 1.1.0
package, since, whenever I install, comes the latest version?
Nice, it’s very simple. Thanks for the +1 reply
– Wallace Maxters
Excellent question, will help a lot of people for sure!
– JuniorNunes