Install NPM Packages for Node.js Client
NCache provides NPM packages that contain various libraries for NCache to work in your Node.js Client and server environments. To install npm packages for NCache, run the following commands in a shell environment.
Important
Ensure the following development tools are installed on your Linux system when using NCache Node.js:
- g++
- make
Node.js Client Libraries
This will install all NCache Node.js Client libraries in your application:
Data Caching
You can also include the following in your application for Data Caching in Node.js:
npm install ncache-client
npm install ncache-community-client
Sessions
You can also include the following in your application for Node.js Sessions:
npm install ncache-sessions
npm install ncache-community-sessions
Supported Node.js Versions
The supported Node.js versions are as follows:
| Product | Versions |
|---|---|
| Node.js | v18.12.0 |