couchbaselabs / node-ottoman

Node.js ODM for Couchbase

Home Page:https://ottomanjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support of Ottoman Js with node version 16.

Shashank1503 opened this issue · comments

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

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:

  • OS name and version
  • command executed
  • full output of the command

Thank you for your feedback.