liquid

zhenghe 2024-12-04T08:39:48.916889Z

Hi experts, Does anyone know why I get this error ?

PS E:\zhenghe-repos\liquid> clojure -Sdeps '{:deps {mogenslund/liquid {:mvn/version "3.8.6"}}}' -m liq.core
Error while parsing option "--config-data {:deps {mogenslund/liquid {:mvn/version 3.8.6}}}": java.lang.NumberFormatException: Invalid number: 3.8.6
PS E:\zhenghe-repos\liquid> mvn -v
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: C:\Program Files\apache-maven-3.8.6
Java version: 17, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-17
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
PS E:\zhenghe-repos\liquid>

phronmophobic 2024-12-04T15:34:39.675659Z

This seems like an issue related to command parsing on windows. It might be helpful to ask in #clj-on-windows

👍 1
zhenghe 2024-12-05T02:19:30.325209Z

thanks. I issued the command in git-bash and it works.

👍 1
zhenghe 2024-12-04T08:40:43.978159Z

I followed this link to start liquid. https://github.com/mogenslund/liquid