We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In my langs.properties I have:
nashorn=io.vertx~lang-nashorn~1.0.0-beta1:org.vertx.java.platform.impl.NashornVerticleFactory .js=nashorn
When I try to start the server, I get the following error:
$ vertx run server.js Module io.vertx~lang-js~1.0.0-SNAPSHOT not found in any repositories
I use 2.0.2-final. Any ideas?