Skip to content

Specific Module Installation Fails with --hack Flag #136

Description

@Ham3798

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions