When installing npm libraries, If I overwrite one of them by using @latest
, or simply @1.2.0
, @5.4.3
...is there a way to know what versions had been installed prior to installing the newer versions?
I have encountered a problem in a latest version of a library, and I've been trying to check many versions to see if it would work, but none of them do.
I'm trying to figure out what version number I had before all my tries.