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

Viewed 95

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 Answers
Related