-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
I noticed today my application stopped working after running "npm install" again.
Debug: hapi, internal, implementation, error
TypeError: Cannot read property 'get' of undefined
at Object.exports.clone (/Users/hems/git/3nder/3nder-refaktor/node_modules/hapi/node_modules/hoek/lib/index.js:67:31)
at Object.exports.merge (/Users/hems/git/3nder/3nder-refaktor/node_modules/hapi/node_modules/hoek/lib/index.js:119:39)
at [object Object].internals.Manager.render (/Users/hems/git/3nder/3nder-refaktor/node_modules/hapi/node_modules/vision/lib/index.js:267:20)
at Object.internals.marshall (/Users/hems/git/3nder/3nder-refaktor/node_modules/hapi/node_modules/vision/lib/index.js:476:13)
at [object Object].internals.Message._marshall (/Users/hems/git/3nder/3nder-refaktor/node_modules/hapi/lib/response/message.js:365:22)
at Object.internals.marshall (/Users/hems/git/3nder/3nder-refaktor/node_modules/hapi/lib/response/index.js:106:14)
at Object.exports.send (/Users/hems/git/3nder/3nder-refaktor/node_modules/hapi/lib/response/index.js:72:15)
at /Users/hems/git/3nder/3nder-refaktor/node_modules/hapi/lib/request.js:350:18
at /Users/hems/git/3nder/3nder-refaktor/node_modules/hapi/node_modules/hoek/lib/index.js:754:22
at process._tickDomainCallback (node.js:459:13)
It's happening locally ( Darwin ), and in staging ( ubuntu )
It wasn't happening with my node_modules from a few days ago.
So i noticed changing from "hapi": "^7.1.0" to "hapi": "7.1.0" was the solution, so perhaps there is something wrong with something after 7.1.0
cheers
Reactions are currently unavailable