I'm coming from AngularJS and I'm trying to get into Scala.JS so I picked up your project to give it a try.
After a long time while sbt resolved all the dependencies I tried to run the app and all I get was that error:
org.scalajs.core.ir.IRVersionNotSupportedException: Failed to deserialize info of file compiled with Scala.js 0.6.14 (supported: 0.6.0, 0.6.3, 0.6.4, 0.6.6, 0.6.8, 0.6.5): C:\Users\comball\.ivy2\cache\com.greencatsoft\scalajs-angular_sjs0.6_2.11\jars\scalajs-angular_sjs0.6_2.11-0.8-SNAPSHOT.jar:com/greencatsoft/angularjs/AttributeDirective.sjsir
org.scalajs.core.tools.io.VirtualSerializedScalaJSIRFile$class.info(VirtualFiles.scala:148)
org.scalajs.core.tools.io.MemVirtualSerializedScalaJSIRFile.info(MemFiles.scala:104)
...
Please tell me if it is more about my environment or if it is linked to this project, I have no idea :)
Hi Guys,
I'm coming from AngularJS and I'm trying to get into Scala.JS so I picked up your project to give it a try. After a long time while sbt resolved all the dependencies I tried to run the app and all I get was that error:
Please tell me if it is more about my environment or if it is linked to this project, I have no idea :)
Thanks