最終更新:2025-01-24 (金) 08:15:46 (170d)  

tokkyo/設定/Mac Studio (2022)
Top / tokkyo / 設定 / Mac Studio (2022)

20コアCPU (16P+4E)

  • 128GB
  • 1TB
  • 20C CPU
  • 48C GPU

Node.js

  • Get Node.js v22.13.1 (LTS) for macOS]] using nvm with npm
    # Download and install nvm:
    curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
    # Download and install Node.js:
    nvm install 22
    # Verify the Node.js version:
    node -v # Should print "v22.13.1".
    nvm current # Should print "v22.13.1".
    # Verify npm version:
    npm -v # Should print "10.9.2".

関連