dathttpd icon indicating copy to clipboard operation
dathttpd copied to clipboard

Error caused by es6 features in older version of node

Open skorotkiewicz opened this issue 7 years ago • 1 comments

# dathttpd
/usr/lib/node_modules/dathttpd/lib/lets-encrypt.js:4
  return async (options, certs, cb) => {
               ^

skorotkiewicz avatar Jan 05 '18 04:01 skorotkiewicz

Looks like I let some es6 creep into the project, which requires more recent versions of node.

It was easy to switch to purely es5, so I did. Try version 3.2.2

pfrazee avatar Jan 05 '18 18:01 pfrazee