koopera
koopera copied to clipboard
problems with installation
while installing there are errors on the 'run npm run build' command

Apologies for the late reply... This is related to the presence of Windows newlines (CRLF) in the code, which led eslint to fail when you run it on mingw since it was expecting Unix newlines (LF). I've disabled this rule on https://github.com/rsn491/koopera/commit/354a5b8d3a95600e3c6060e264a355eb969d7ad4, so it should be good now... Can you confirm if it works for you now?