bundlephobia icon indicating copy to clipboard operation
bundlephobia copied to clipboard

Server goes down if you try this package.json

Open samuelscheit opened this issue 3 years ago • 1 comments

{
	"dependencies": {
		"bcrypt": "^5.0.1",
		"mongoose": "^6.1.9",
		"uWebSockets.js": "uNetworking/uWebSockets.js#v20.3.0",
		"ws": "^8.4.2"
	},
}

samuelscheit avatar Jan 31 '22 17:01 samuelscheit

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

JordanMalan avatar Feb 02 '22 17:02 JordanMalan