Recently I've run into an issue where a new version of some transitive dependency of babel-eslint
fails to parse Flow parameterized types. Downgrading babel-eslint
didn't work because the newer versions of the transitive deps are semver-compatible with the older version of babel-eslint
.
Since a fresh npm install
worked fine several months ago, if there was a time machine-like feature whereby it would install exactly the same packages as it would have on a specific date several months ago, I should be able to get a working project setup again.
Is there a way to make npm
partyinstall
like it's 2015?