Procedure
Install Node.js with nvm on macOS or Linux
Install nvm from the official nvm-sh install script, reload the shell, install the latest LTS Node.js, then verify with node and npm version commands.
On macOS, Linux, or WSL (not native Windows cmd), install nvm per https:
On macOS, Linux, or WSL (not native Windows cmd), install nvm per https://github.com/nvm-sh/nvm : curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.7/install.sh | bash
Reload your shell profile (open a new terminal, or: export NVM_DIR="$HOM
Reload your shell profile (open a new terminal, or: export NVM_DIR="$HOME/.nvm" && . "$NVM_DIR/nvm.sh"). Then install LTS Node: nvm install --lts && nvm use --lts
node --version && npm --version
node --version && npm --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.