You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys,
I ran into this issue today using HEAD and the above node version. I'm also using the latest express.js framework.
TypeError: Object prototype may only be an Object or null
at Function.create (native)
at Object.inherits (sys:319:29)
at Object. (/code/mongoose/lib/core.js:78:5)
at Module._compile (module:381:21)
at Module._loadScriptSync (module:390:8)
at Module.loadSync (module:296:10)
at loadModule (module:241:16)
at require (module:364:12)
at Object. (/code/mongoose/mongoose.js:3:17)
at Module._compile (module:381:21)
Any help would be greatly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered:
Hey guys,
I ran into this issue today using HEAD and the above node version. I'm also using the latest express.js framework.
TypeError: Object prototype may only be an Object or null
at Function.create (native)
at Object.inherits (sys:319:29)
at Object. (
/code/mongoose/lib/core.js:78:5)/code/mongoose/mongoose.js:3:17)at Module._compile (module:381:21)
at Module._loadScriptSync (module:390:8)
at Module.loadSync (module:296:10)
at loadModule (module:241:16)
at require (module:364:12)
at Object. (
at Module._compile (module:381:21)
Any help would be greatly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: