Results 2 comments of randybaek

> last server/compile:js-source-graph > [debug] sbt-js template properties {} > java.nio.charset.MalformedInputException: Input length = 1 > at java.nio.charset.CoderResult.throwException(CoderResult.java:260) > at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:319) > at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158) > at java.io.InputStreamReader.read(InputStreamReader.java:167) > at java.io.BufferedReader.fill(BufferedReader.java:136)...

This is relates to pg_config file in the path. So If you're on mac, installing postgresql should fix the issue. brew install postgresql arch -arm64 brew install postgresql (if you're...