My mid 2014 Macbook Pro can't be updated past High Sierra 10.13.6. I am trying to install ANY version of node.js. Is there any way to get Node.js running on my device? My end goal is to use Angular
I used brew to install node in Terminal:
brew install node
I was given this warning amongst other stuff:
Warning: You are using macOS 10.13.
We (and Apple) do not provide support for this old version.
After installation, I tried the following:
node
I got this in response:
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
Referenced from: /usr/local/bin/node (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylibdyld: Symbol not found: ____chkstk_darwin
Referenced from: /usr/local/bin/node (which was built for Mac OS X 10.15) Expected in: /usr/lib/libSystem.B.dylibAbort trap: 6
I had the same problem...
I believe the last nodejs version suported by high sierra is v17.9.1
https://nodejs.org/download/release/v17.9.1/