docker-api icon indicating copy to clipboard operation
docker-api copied to clipboard

Uncaught TypeError: Cannot read properties of undefined (reading 'listenerCount')

Open winds1983 opened this issue 1 year ago • 0 comments

I used Nuxt 3 with Vue 3, it still get below errors:

Uncaught TypeError: Cannot read properties of undefined (reading 'listenerCount')

Selection_468

it seems the dependencies is too old.

"dependencies": {
    "docker-modem": "^0.3.1",
    "memorystream": "^0.3.1"
  }

Could you help to fix this?

winds1983 avatar Mar 24 '23 10:03 winds1983