koka-lang / madoko

Madoko is a fast markdown processor for high quality academic and technical articles
Other
393 stars 42 forks source link

Error running madoko-local #76

Open tom-newhall opened 2 years ago

tom-newhall commented 2 years ago

Hi, I'm trying to run madoko-local with the command madoko-local -r -l

and I get the error message

events.js:182
      throw er; // Unhandled 'error' event
      ^

Error: listen EACCES 127.0.0.1:80
    at Object.exports._errnoException (util.js:1026:11)
    at exports._exceptionWithHostPort (util.js:1049:20)
    at Server.setupListenHandle [as _listen2] (net.js:1288:19)
    at listenInCluster (net.js:1353:12)
    at doListen (net.js:1479:7)
    at GetAddrInfoReqWrap.asyncCallback [as callback] (dns.js:84:16)
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:100:10)

I tried figuring out what this was and if I could fix it myself, but no luck. I really loved writing in Madoko! I had written so many cool things with the replace command... such a shame that it's not really working any more...

Anyway, if there is a way to fix this, it would be great. If not, I understand you have other things.

Are there any other markdown parsers with similar functionality?