-
Notifications
You must be signed in to change notification settings - Fork 55
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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: