1

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.

CoryCoolguy
  • 1,065
  • 8
  • 18
thecaveman
  • 142
  • 2
  • 10

1 Answers1

1

On versions less than 2.0

.yarnrc file:

unsafe-disable-integrity-migration false

Then run yarn again

b1lly
  • 113
  • 4