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.

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

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

  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/01M11WZ68Z9Y6309ZA9B59331R

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.