Wednesday, 7 June 2017

Error when running maildev - logger.info(`Recieved shutdown signal, shutting down now...`)

I get the above error when trying to run the maildev command in the terminal. I had it working before but it won't start since I needed to reboot my machine. I uninstalled and reinstalled but still no luck.

Here is the full error. Thanks in advance for any assistance.

$ maildev
/usr/local/lib/node_modules/maildev/index.js:92
    logger.info(`Recieved shutdown signal, shutting down now...`)
                ^
SyntaxError: Unexpected token ILLEGAL
    at exports.runInThisContext (vm.js:73:16)
    at Module._compile (module.js:443:25)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/usr/local/lib/node_modules/maildev/bin/maildev:7:17)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)



via mikeym

No comments:

Post a Comment