giter8
giter8 copied to clipboard
g8 template cant generate template on powershell
steps
problem
PS D:\dev\test> sbt new http4s/http4s.g8 --branch 1.0
[info] welcome to sbt 1.6.2 (Azul Systems, Inc. Java 17.0.2)
[info] loading global plugins from C:\Users\username\.sbt\1.0\plugins
[info] set current project to new (in build file:/C:/Users/username/AppData/Local/Temp/sbt_4207c335/new/)
Cannot read the array length because "$this" is null
# after update to latest sbt
PS D:\dev\test\sbttest> sbt --version
sbt version in this project: 1.9.1
PS D:\dev\test\sbttest> sbt new http4s/http4s.g8 --branch 1.0
[info] resolving Giter8 0.16.2...
Cannot read the array length because "$this" is null
It works fine on WSL2.
expectation
it should works