Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specific Module Installation Fails with --hack Flag #136

Open
Ham3798 opened this issue Jan 25, 2024 · 1 comment
Open

Specific Module Installation Fails with --hack Flag #136

Ham3798 opened this issue Jan 25, 2024 · 1 comment

Comments

@Ham3798
Copy link

Ham3798 commented 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, 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

  1. Run rn-nodeify --install crypto os http https stream --hack in the project directory.
  2. Observe that the installation process does not complete successfully.
  3. Run rn-nodeify --install os --hack in the same project directory.
  4. Notice that this individual module installation completes without issues.
  • rn-nodeify version: 10.3.0, Android, macOS (M2 Mac)
@Ham3798 Ham3798 changed the title rn-nodeify: Specific Module Installation Fails with --hack Flag Specific Module Installation Fails with --hack Flag Jan 25, 2024
@mvayngrib
Copy link
Member

@Ham3798 does it fail on a specific module? could u post the error, and/or a link to a repro?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants