-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
tsc compilation error with @types/node 10.9.4 #35
Comments
Related error: jaystack/odata-v4-server-pgsql-example#5
|
I am experiencing this issue as well. Are there plans to merge the existing PR to resolve this bug? |
TypeScript can build project if pass option |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
A project using odata-v4-server npm package and with @types/node version 10.9.4 will throw an error when compiling TypeScript:
The fix is to change both _flush methods in processor.ts to public instead of protected.
The text was updated successfully, but these errors were encountered: