AmgdeG
AmgdeG

Reputation: 19

macports how to install a replaced / obsolete port

Title: Issues Installing Node.js on macOS 10.13.6 High Sierra

I'm experiencing difficulties building Node.js 22 on macOS 10.13.6 High Sierra. After a 3-hour build process, it ultimately fails. I attempted to install Node.js 21 instead, but encountered the following issues:

  1. Running sudo port install nodejs21 tries to install Node.js 22 anyway.
  2. Attempting to install Node.js 21 from a folder containing its Profile file with sudo port install results in the following errors:
Error: nodejs21 has been replaced by nodejs22; please install that instead.
Error: Failed to configure nodejs21: obsolete port

Has anyone else faced similar issues? Any suggestions on how to successfully install Node.js 21 on macOS 10.13.6 High Sierra?

Upvotes: 1

Views: 37

Answers (0)

Related Questions