Reputation: 19
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:
sudo port install nodejs21
tries to install Node.js 22 anyway.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