beakerbrowser / dathttpd

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

failed to setup on VPS #22

Open seekr opened 6 years ago

seekr commented 6 years ago

I tried to setup dathttpd on a VPS but I failed the step after npm install -g dathttpd step

image

Can I associated only a subdomain to a dat/hasbase app?

brechtcs commented 6 years ago

Which version of node are you on? The SyntaxError looks like it could be caused by using an older version of node. The readlink part I'm not sure about though.

pfrazee commented 6 years ago

Not sure how I missed this issue. Sorry about that.

Yes, that's definitely caused by new JS features on an older version of node. I did attempt to remove all new JS features recently, so maybe try again with the latest version of dathttpd. If that doesnt work, try updating node to latest!