-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
Issue Description
I am encountering an issue with rn-nodeify where installing multiple modules at once using the --hack flag fails, but installing them individually works. Specifically, running rn-nodeify --install crypto os http https stream --hack does not work, while rn-nodeify --install os --hack works as expected.
Steps to Reproduce
- Run
rn-nodeify --install crypto os http https stream --hackin the project directory. - Observe that the installation process does not complete successfully.
- Run
rn-nodeify --install os --hackin the same project directory. - Notice that this individual module installation completes without issues.
- rn-nodeify version: 10.3.0, Android, macOS (M2 Mac)
Metadata
Metadata
Assignees
Labels
No labels