This repository has been archived by the owner on Dec 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 703
TypeError: Cannot read property 'prototype' of undefined #369
Comments
I also facing with this issue, any updates regarding this? |
i am also facing the same issue. |
same issue, you need to upgrade the project code for latest node and socket.io version |
make sure to install mongodb and websockio global, or if you can run this as a docker container |
It needs to be hardcoded for patching this. Cannot be done without developmental procedures. |
I'm also facing this issue 2,5 years later - any solution so far? Tried @yanivsetton but it didn't work. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I Have the following error when i execute "node app" coomand
TypeError: Cannot read property 'prototype' of undefined
at Object. (C:\Users\SoporteSEM\Downloads\uptime-3.1\uptime-3.1\n
ode_modules\socket.io\lib\transports\websocket\hybi-07-12.js:442:43)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at Object. (C:\Users\SoporteSEM\Downloads\uptime-3.1\uptime-3.1\n
ode_modules\socket.io\lib\transports\websocket\index.js:7:6)
at Module._compile (module.js:652:30)
The text was updated successfully, but these errors were encountered: