importing Couchnode as ESM gives error "[ERROR]: JSDoc '@augments' is not attached to a class."

152 views Asked by At

I have a project i'm building in Deno and I'm trying to import the couchbase nodejs client via https://dev.jspm.io/couchbase but i'm getting an error:

[ERROR]: JSDoc '@augments' is not attached to a class.

This happens during compile time. Any pointers are welcome.

0

There are 0 answers