Slumber86 / express-oracle-session

An Oracle session store for express
MIT License
1 stars 10 forks source link

Fails to build on Node 12 because of old oracledb 1.12.2 dependency #6

Open maxsatula opened 4 years ago

maxsatula commented 4 years ago

Currently express-oracle-session depends on "oracledb": "^1.12.2", which is a pretty old package, while oracledb version 4 is out there. And that seems to be a problem for Node 12, where oracledb with version lower than 4 fails to build. Are there plans to review and bump dependencies? Thank you.

maxsatula commented 4 years ago

A somewhat related issue: oracle/node-oracledb#1092

ghc20 commented 3 years ago

It might work if you change the version of oracledb in express-oracle-session\package.json - and then run npm install inside express-oracle-session folder.

Slumber86 commented 3 years ago

i have relased an apha version Please try it out and see if works, i don't have a consistent environment for accurate testing