Open annie-elequin opened 4 years ago
@annie-elequin have you solve this?
@annie-elequin my case solved by duplicating keys react-native
and browser
into root package.json and doing postinstall in root of the monorepo instead.
ooo I think I switched to using a different library (node-libs-react-native I think) but thank you!! I have been thinking of switching back to rn-nodeify so I will be sure to reference this if I have problems
Seems that my project can't find "process" when attempting to run the postinstall script.
Do I need to nohoist the url, process, stream, events, etc things that I choose to install with rn-nodeify?
If so, do I use those names, or do I need to use the names of the packages that are actually installed (because aren't they named something different and they map to the real packages?)