beakerbrowser / dathttpd

Replaced by Homebase! See https://github.com/beakerbrowser/homebase.
MIT License
280 stars 35 forks source link

Error caused by es6 features in older version of node #29

Open skorotkiewicz opened 6 years ago

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

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