docker-api
docker-api copied to clipboard
Uncaught TypeError: Cannot read properties of undefined (reading 'listenerCount')
I used Nuxt 3 with Vue 3, it still get below errors:
Uncaught TypeError: Cannot read properties of undefined (reading 'listenerCount')
it seems the dependencies is too old.
"dependencies": {
"docker-modem": "^0.3.1",
"memorystream": "^0.3.1"
}
Could you help to fix this?