Timo Bechtel
Timo Bechtel
I think for react-native / expo & pnpm you need to disable symlinks and use the [hoisted](https://pnpm.io/npmrc#node-linker) mode. I added a `.npmrc` with the following which fixed it for me:...
For anyone coming from Google because of the "Error: invalid option: --no-lock" The `--no-lock` option was removed from `brew bundle` :) see: https://github.com/Homebrew/homebrew-bundle/commit/98d8ad7ddcca7e7b700cd496207d51fa042c0b00 Seems like it was a noop before...
This was already fixed in v1.10.0 :) see: https://github.com/numandev1/react-native-compressor/pull/305 (had the same issue)