vanhornj@vanhornj-mbp ~ $ cd $(mktemp -d) && nvm use 8.9 && npm install bounce && node -r bounce
Now using node v8.9.0 (npm v5.5.1)
npm WARN saveError ENOENT: no such file or directory, open '/private/var/folders/34/7qv8nblx5m3_17ljjll3t24cchyzd2/T/tmp.EYGlUDLw/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/private/var/folders/34/7qv8nblx5m3_17ljjll3t24cchyzd2/T/tmp.EYGlUDLw/package.json'
npm WARN tmp.EYGlUDLw No description
npm WARN tmp.EYGlUDLw No repository field.
npm WARN tmp.EYGlUDLw No README data
npm WARN tmp.EYGlUDLw No license field.
+ bounce@1.0.0
added 1 package in 0.581s
module.js:538
throw err;
^
Error: Cannot find module 'hoek'
at Function.Module._resolveFilename (module.js:536:15)
at Function.Module._load (module.js:466:25)
at Module.require (module.js:579:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/private/var/folders/34/7qv8nblx5m3_17ljjll3t24cchyzd2/T/tmp.EYGlUDLw/node_modules/bounce/lib/index.js:7:14)
at Module._compile (module.js:635:30)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
I feel like I'm missing something. I'd be happy to submit PR if not.
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.
I feel like I'm missing something. I'd be happy to submit PR if not.