Created
May 29, 2020 12:45
-
-
Save sd031/e42d265be576649eb17e5bd64af32394 to your computer and use it in GitHub Desktop.
Legecy Node.js project dependency installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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