me-box / databox

Databox container manager and dashboard server
MIT License
94 stars 25 forks source link

Authentication #239

Closed ktg closed 6 years ago

Toshbrown commented 6 years ago

Hi Kev,

looks like the tests are failing

[2018-02-13 12:50:39 databox-test]: Creating Certificates
fs.js:866
  return binding.rmdir(pathModule.toNamespacedPath(path));
                 ^
Error: ENOENT: no such file or directory, rmdir './certs/'
    at Object.fs.rmdirSync (fs.js:866:18)
    at /cwd/src/https-helper.js:45:8
    at /cwd/node_modules/selfsigned/index.js:180:16
    at finish (/cwd/node_modules/node-forge/lib/rsa.js:1673:5)
    at _primeinc (/cwd/node_modules/node-forge/lib/prime.js:138:14)
    at Immediate.<anonymous> (/cwd/node_modules/node-forge/lib/prime.js:146:5)
    at runCallback (timers.js:756:18)
    at tryOnImmediate (timers.js:717:5)
    at processImmediate [as _immediateCallback] (timers.js:697:5)

Can you fix, please?