0. Install Requirements
Install Node.js to get started with Doks.
On this page
Node.js
Doks uses npm to centralize dependency management, making it easy to update resources, build tooling, plugins, and build scripts:
- Download and install Node.js (it includes npm) for your platform.
👉
Check that you minimally have installed the latest long term support (LTS) version of Node.js, by running node --version
in your terminal.
Check Node.js install
node --version
Check npm install
npm --version