Is there any combination of yarn commands i can use so that in a old yarn.lock file we can add just the integrity-sha's but it doesn't upgrade any underlying packages.
Asked
Active
Viewed 792 times
1 Answers
1
On versions less than 2.0
.yarnrc file:
unsafe-disable-integrity-migration false
Then run yarn again

b1lly
- 113
- 4