lihaoyi / workbench-example-app

An example application written in ScalaJS using scala-js-dom and scala-js-workbench
204 stars 109 forks source link

Basic get started does not work #57

Open schoeberl opened 3 years ago

schoeberl commented 3 years ago

I did the get started example and getting following error:

[error] (compile:compile) java.lang.NullPointerException: Cannot invoke "java.lang.CharSequence.length()" because "this.text" is null

I have a plain macOS setup with Java 11 and sbt. Other Scala projects based on sbt are running fine.

Cheers, Martin

k0ala commented 3 years ago

same thing on Ubuntu 20.04, sbt 1.5.5, Java 16.0.1

kmillanrfractal commented 2 years ago

same