Download and API Reference

Download and installation can be achieved through either the use of maven repositories or a downloaded archive, depending on the version in use.

Current Release (2.0.2)

Installing Couchnode is similar to installing most other Node.js modules. Use npm to install the couchbase module:

$ npm install couchbase
Note: On non-Windows platforms, you must have node-gyp installed and a build environment available because the Couchbase SDK module takes advantage of V8 add-on capabilities (written in C/C++). On Windows, the module comes with prebuilt libraries.

Previous Releases

Previous releases are also available through npm, just provide the specific version you want to install at the command line:

$ npm install [email protected]

Archive Downloads