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.

  1. 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

  2. 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

  3. node --version && npm --version

    node --version && npm --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11WVP3SQMX24YJNCQDDCMD1

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.