You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to run
madoko-local
with the commandmadoko-local -r -l
and I get the error message
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?
The text was updated successfully, but these errors were encountered: