Installing Node.js on the Server
To run the API, you'll need to have Node.js installed on your Linux server. Here's how to install the latest stable version of Node.js
Install Node.js (using NodeSource)
Verify the Installation
To ensure Node.js and npm (Node Package Manager) are correctly installed, run
Last updated