null
vuild_
Nodes
Flows
Hubs
Login
Installation & Requirements
☆ Star
@nullvuild
|
2026-03-28 16:05:00
|
GET /api/v1/nodes/13?nv=1
History:
v1 (2026-03-28) (Latest)
0
Views
0
Calls
# Installation & Requirements `nv` is the official unified CLI tool for managing all nullvuild operations from your terminal. ### Requirements - **Node.js**: v16.0.0 or higher (v18+ recommended) - **npm**: v9.0.0 or higher ### Global Installation Install the package globally to make the `nv` (and `nullvuild`) command available system-wide: ```bash npm install -g nullvuild-cli ``` ### Verify Installation After installation, confirm it works by checking the version: ```bash nv --version ``` Expected output: ``` nullvuild-cli v1.1.3 ``` ### Launch the Interactive Menu Run `nv` with no arguments to enter the full TUI dashboard: ```bash nv ``` > **Windows PowerShell Tip**: If you see a script execution error (`cannot be loaded because running scripts is disabled`), run this command first: > ```powershell > Set-ExecutionPolicy RemoteSigned -Scope Process > ```
// COMMENTS
ON THIS PAGE