Installation
Install Node.js
Verify Node.js and npm before installing CLI tools.
Many coding tools are distributed through npm. Install a current Node.js LTS version, then verify that both node and npm are available.
node --version
npm --versionIf either command is missing, install Node.js from the official Node.js distribution or through the package manager you use for your operating system.
Next Step
Install the tool you need:
AnyRoute Docs