jaystack / odata-v4-server

With JayStack OData v4 Server you can build your own data endpoints without the hassle of implementing any protocol-level code. This framework binds OData v4 requests to your annotated controller functions, and compiles OData v4 compatible response. Clients can access services through OData-compliant HTTP requests. We recommend the JayData library for consuming OData v4 APIs.
https://jaystack.com/products/jaystack-odata-v4-server/
75 stars 55 forks source link

Get TypeError: Cannot read property 'highWaterMark' of undefined #34

Open Steentje86 opened 6 years ago

Steentje86 commented 6 years ago

I downloaded odata-v4-server. I have created database and i have changed Config in the connect.ts But i run NPM TEST its throwing me this error: Get TypeError: Cannot read property 'highWaterMark' of undefined

Need quick help on this.

manandharsabir commented 6 years ago

if you could check with these dependencies then it might work ... "dependencies": { "create-file": "^1.0.1", "crypto": "^1.0.1", "es6-promise": "^4.2.4", "fs": "0.0.1-security", "moment": "^2.22.2", "node-datetime": "^2.0.9", "odata-v4-pg": "^0.1.1", "odata-v4-server": "^0.2.13", "pg": "^7.4.3", "ramda": "^0.25.0", "typescript": "^2.9.2" }

ederj12 commented 5 years ago

I changed but It didnt work!

if you could check with these dependencies then it might work ... "dependencies": { "create-file": "^1.0.1", "crypto": "^1.0.1", "es6-promise": "^4.2.4", "fs": "0.0.1-security", "moment": "^2.22.2", "node-datetime": "^2.0.9", "odata-v4-pg": "^0.1.1", "odata-v4-server": "^0.2.13", "pg": "^7.4.3", "ramda": "^0.25.0", "typescript": "^2.9.2" }

luis-barros commented 4 years ago

Same issue here.

vipulw2011 commented 3 years ago

How do I fix this ? @Steentje86 were you able to fix this ?