-
Notifications
You must be signed in to change notification settings - Fork 42
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
Error when specifying config file with -c #135
Comments
Hi, This error is generally related to some translation problem during typescript compilation. Can you confirm some informations:
|
Yes, I installed it using the global flag. My node version is 8.9.0 Thanks |
The error occur only when you start it specifying the --config argument? If yes, can you send me your config file to help me to reproduce the problem? |
Yes, exactly, except that it is the. |
I could not reproduce it. Can you please send me your tree-gateway.yaml file? |
Hello, If I try to run tree-gateway with the
-c
option I get the following error:Error starting gateway: Class constructor Configuration cannot be invoked without 'new'
This is how I am executing it:
treeGateway -c ./config/tree-gateway.yaml
The text was updated successfully, but these errors were encountered: