Closed esgott closed 4 years ago
Hello,
This looks like a question on using Scala.js, rather than a bug report. The GitHub Issues in this repo are for bug reports and feature requests only. Please ask questions on StackOverflow or on Gitter, where more than just the core developers can see and answer.
Thank you for your understanding.
The project seems to require an Input.Script
instead of Input.CommonJSModule
, which it gets from the bundler. To me it seemed likely that this is a bug. Anyway, I posted it on StackOverflow.
https://stackoverflow.com/questions/63958419/scalajs-env-jsdom-nodejs-run-fails-with-unsupportedinputexception
I'm trying to put together a very simple project. It compiles, but when I try to
run
it, it fails with:The project code is at https://github.com/esgott/onlyco. I am stuck at debugging this issue, do you have a clue?