Closed calebbrown closed 6 months ago
I encountered similar situation.
In my case, the problematic package is @refinedev/antd
.
Closing: this looks to be similar if not a duplicate of an existing issue, #7349. If you believe your instance is unique, please provide further clarifying details.
Is there an existing issue for this?
This issue exists in the latest npm version
Current Behavior
Running
npm install @trans.js/tps-guarantee-detail@1.0.11
goes into an infinite loop that never ends.The following output is produced forever:
Expected Behavior
Either the install completes successfully, on an error is returned indicating that the installation cannot be completed.
Steps To Reproduce
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt-get install -y nodejs
npm install @trans.js/tps-guarantee-detail@1.0.11
Environment