-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use handlebars in es4x? #596
Comments
That's odd, it sounds like the jars in your classpath are corrupted because it misses that class. Can you try to remove you |
You were right, some jars were missing from the .lib folder. this is the listing before removing node_modules:
and this is the listing after a clean npm install:
So it seems that (edited to fix the formatting of the listings) |
I'm trying to use handlebars in es4x, but it's throwing the following error:
Failed in deploying verticle caused by TypeError: Access to host class io.vertx.ext.web.handler.APIKeyHandler is not allowed or does not exist.
This can be reproduced with the following code:
The same code (equivalent) works fine in Vert.x java
The text was updated successfully, but these errors were encountered: