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
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 --hack in the project directory.
Observe that the installation process does not complete successfully.
Run rn-nodeify --install os --hack in the same project directory.
Notice that this individual module installation completes without issues.
The text was updated successfully, but these errors were encountered:
Ham3798
changed the title
rn-nodeify: Specific Module Installation Fails with --hack Flag
Specific Module Installation Fails with --hack Flag
Jan 25, 2024
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, runningrn-nodeify --install crypto os http https stream --hack
does not work, whilern-nodeify --install os --hack
works as expected.Steps to Reproduce
rn-nodeify --install crypto os http https stream --hack
in the project directory.rn-nodeify --install os --hack
in the same project directory.The text was updated successfully, but these errors were encountered: