Jim Geurts
Jim Geurts
Seeing this same problem.. any suggestions?
@dblock I'm using @rsteckler's fork with the fix from #33 successfully. Sounds like it's a temporary fix until the docker bug gets patched
I was able to unpack multiple paths using glob syntax: `--unpack "path/to/{something,else}/**"` It's not as ideal as say passing multiple --unpack parameters, but it may work for you...
+1
I'm running into this as well, specifically with package paths specified in `nohoist`. Here's a [reproduction repo]( https://github.com/jgeurts/licensed_yarn) and [licensed results](https://github.com/jgeurts/licensed_yarn/runs/2467821629?check_suite_focus=true). Site note: I didn't want to store cached licenses...
@jonabc Please let me know if that helps or if I can provide anything else related to this!
Thank you for looking into this! It’s a blocker for me, but I’ll try working around it by removing the nohoist part of package.json before installing npms and running licensed....
I tried removing the `nohoist` part of the package.json file, but licensed failed to get paths for a couple dependencies still. So, I ended up "manually" doing your suggestion from...
Full code to reproduce this is available at https://github.com/dmbstream/mobile
Hopefully this helps - please let me know if I can provide anything else ``` /Users/jgeurts/dev/meetattheshow_mobile/node_modules/react-native-audio-streaming/ios/ReactNativeAudioStreaming.m:1:9: fatal error: 'RCTBridgeModule.h' file not found #import "RCTBridgeModule.h" ^ 1 error generated. === BUILD...