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.
- 2.0.2 GA CURRENT - API Reference
- 2.0.1 GA - API Reference
- 2.0.0 GA - API Reference
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
- 1.2 GA - API Reference
- 1.1 GA - API Reference
- 1.0 GA - API Reference