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
/Users/elliotlings/api/node_modules/express-oauth-server/index.js:25
this.useErrorHandler = options.useErrorHandler ? true : false;
^
TypeError: Cannot set property 'useErrorHandler' of undefined
at ExpressOAuthServer (/Users/elliotlings/api/node_modules/express-oauth-server/index.js:25:24)
at Object.<anonymous> (/Users/elliotlings/api/src/index.js:9:13)
at Module._compile (module.js:570:32)
at Object.Module._extensions..js (module.js:579:10)
at Module.load (module.js:487:32)
at tryModuleLoad (module.js:446:12)
at Function.Module._load (module.js:438:3)
at Module.runMain (module.js:604:10)
at run (bootstrap_node.js:393:7)
at startup (bootstrap_node.js:150:9)
at bootstrap_node.js:508:3
The text was updated successfully, but these errors were encountered:
Any ideas why I am getting this error?
Running Node v6.10.2
The text was updated successfully, but these errors were encountered: