Procedure
Install Node.js with fnm on macOS or Linux
Install fnm (Fast Node Manager), load it in the shell, install and use an LTS Node.js release, then verify with node and npm version commands.
Ensure curl and unzip are installed. On macOS/Linux install fnm per http
Ensure curl and unzip are installed. On macOS/Linux install fnm per https://github.com/Schniz/fnm : curl -fsSL https://fnm.vercel.app/install | bash (on macOS you can instead: brew install fnm). Open a new shell so PATH picks up fnm.
If node is not found yet, evaluate fnm in this shell: eval "$(fnm env)".
If node is not found yet, evaluate fnm in this shell: eval "$(fnm env)". Then: fnm install --lts && fnm 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.