Skip to content

fix for the inherit error - TypeError: The super constructor to inher…#1

Open
bhaveshcastle wants to merge 2 commits intodkarpman:masterfrom
bhaveshcastle:master
Open

fix for the inherit error - TypeError: The super constructor to inher…#1
bhaveshcastle wants to merge 2 commits intodkarpman:masterfrom
bhaveshcastle:master

Conversation

@bhaveshcastle
Copy link

Fix for errors like these while running chatous server ->
Caught exception: TypeError: The super constructor to "inherits" must not be null or undefined
TypeError: The super constructor to "inherits" must not be null or undefined
at Object.inherits (util.js:973:11)
at Object. (/usr/src/app/node_modules/helenus/lib/pool.js:74:6)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object. (/usr/src/app/node_modules/helenus/lib/helenus.js:26:26)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
at Module.require (module.js:568:17)

bhaveshcastle added 2 commits January 27, 2019 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant