You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?)
The text was updated successfully, but these errors were encountered:
@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?)
The text was updated successfully, but these errors were encountered: