We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the following error when trying to use the client:
Uncaught TypeError: Reflect.getMetadata is not a function
Looks like reflect-metadata needs to be moved from devDepenedencies to dependencies in package.json.
reflect-metadata
devDepenedencies
dependencies
package.json
The text was updated successfully, but these errors were encountered:
d83baf4
dillonredding
No branches or pull requests
Getting the following error when trying to use the client:
Looks like
reflect-metadata
needs to be moved fromdevDepenedencies
todependencies
inpackage.json
.The text was updated successfully, but these errors were encountered: