couchbaselabs / node-ottoman

Node.js ODM for Couchbase
https://ottomanjs.com/
Apache License 2.0
287 stars 98 forks source link

Support of Ottoman Js with node version 16. #715

Closed Shashank1503 closed 4 months ago

Shashank1503 commented 1 year ago

Hi All,

When doing npm install on node v 16.19.0. ottoman js is failing .

image

Could someone can give a fix for this. it works with node v14

gsi-alejandro commented 1 year ago

hi @Shashank1503

I was unable to reproduce this issue:

image

ottoman was installed using node version 16.19.0

try to remove node_modules folder, clean the cache, and install again.

rm -rf node_modules package-lock.json
npm cache clean --force
npm install

I hope this help.

If the issue persists please provide more information:

Thank you for your feedback.