pastelsky / bundlephobia

🏋️ Find out the cost of adding a new frontend dependency to your project
https://bundlephobia.com
MIT License
8.91k stars 221 forks source link

Server goes down if you try this package.json #605

Open SamuelScheit opened 2 years ago

SamuelScheit commented 2 years ago
{
    "dependencies": {
        "bcrypt": "^5.0.1",
        "mongoose": "^6.1.9",
        "uWebSockets.js": "uNetworking/uWebSockets.js#v20.3.0",
        "ws": "^8.4.2"
    },
}
JordanMalan commented 2 years ago

I've noticed the same behavior, my package.json doesn't have anything in common with the example above. The client seems to be able to make most of the requests successfully but there are always a few packages that fail sporadically... I can reproduce this issue easily, let me know if you need any debugging help