I am getting this error when try to insert 2M objects via node.js into Couchbase. 1M works fine.
C:\\Users\\Administrator\\Desktop\\node_modules\\couc
You need to check the compatibility between the couchbase server version and the couchbase npm package version.
On my machine:
4.5.1-2844 Enterprise Edition (build-2844).4.6.2.My soluton was simply downgrading the couchbase npm package back to 2.5.1 with: npm i --save couchbase@2.5.1.
Or you can upgrade the couchbase server version (haven't tested).