Error Connecting to CouchBase from Node.js using Couchnode module v.1.2.4

后端 未结 1 690
既然无缘
既然无缘 2021-01-15 00:31

Using https://github.com/couchbase/couchnode @v.1.2.4

Attempting to connect to CouchBase server using the code in the README

var couchbase = re         


        
1条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-15 01:18

    The "solution" was to use the "Developer Preview" of Couchbase

    npm install couchbase@2.0.0-dp1
    

    Then all the examples on https://github.com/couchbase/couchnode worked as expected.

    See: http://blog.couchbase.com/nodejs-sdk-200-developer-preview

    0 讨论(0)
提交回复
热议问题