hapijs / catbox-memory

Memory adapter for catbox
Other
33 stars 30 forks source link

Error: Cannot find module 'big-time' #68

Closed Stradivario closed 5 years ago

Stradivario commented 5 years ago

By some reason from today my docker build is failing with error

Error: Cannot find module 'big-time' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object. (/usr/src/app/node_modules/hapi/node_modules/catbox-memory/lib/index.js:5:17) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) at tryModuleLoad (module.js:499:12) at Function.Module._load (module.js:491:3) Error: Cannot find module 'big-time' at Function.Module._resolveFilename (module.js:538:15) at Function.Module._load (module.js:468:25) at Module.require (module.js:587:17) at require (internal/module.js:11:18) at Object. (/usr/src/app/node_modules/hapi/node_modules/catbox-memory/lib/index.js:5:17) at Module._compile (module.js:643:30) at Object.Module._extensions..js (module.js:654:10) at Module.load (module.js:556:32) at tryModuleLoad (module.js:499:12) at Function.Module._load (module.js:491:3)

Will fill out more info once received

hueniverse commented 5 years ago

Sounds like you have incorrect versions loaded. Might want to try clearning your npm cache.

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.