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

npm install hangs during grpc step, issue resolved with pnpm #958

Open
tw-sithumyo opened this issue May 30, 2023 · 0 comments
Open

npm install hangs during grpc step, issue resolved with pnpm #958

tw-sithumyo opened this issue May 30, 2023 · 0 comments

Comments

@tw-sithumyo
Copy link

Environment Information:

Operating System: x86_64 Manjaro Linux Kernel version 5.10.180

Issue:

While performing an npm install, the process hangs indefinitely during the grpc step.
grpc is required by @mojaloop/event-sdk.

Steps to Reproduce:

  1. Run npm install on the project.

Expected Result:

The npm install command should complete successfully, with all packages, including grpc, installed correctly.

Actual Result:

The npm install command hangs indefinitely during the grpc step, preventing the completion of the installation process.

Workaround:

The issue was resolved by using pnpm for the package installation. Following the same steps as above but replacing npm install with pnpm install results in a successful installation, including the grpc package.

Additional Information:

This issue is consistently reproducible on my Arch-Based Manjaro Linux, and only pnpm has been able to bypass it successfully so far. If any additional information or testing is required, please let me know.

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

1 participant