Skip to content

Instantly share code, notes, and snippets.

@sd031
Created May 29, 2020 12:45
Show Gist options
  • Save sd031/e42d265be576649eb17e5bd64af32394 to your computer and use it in GitHub Desktop.
Save sd031/e42d265be576649eb17e5bd64af32394 to your computer and use it in GitHub Desktop.
Legecy Node.js project dependency installation
Try
CXXFLAGS="-mmacosx-version-min=10.9" LDFLAGS="-mmacosx-version-min=10.9" npm i
https://stackoverflow.com/questions/52545166/node-6-node-gyp-rebuild-for-hiredis-fails-on-macos
It works for me, Mac OS 10.14.1 (18B75), node version 6.11.3 (legacy project)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment