Open notwaldorf opened 5 years ago
Using node v10.8.0 (npm v6.2.0) on Mac Mojave, I originally had this error installing:
After googling around and finding this answer, the solution seems to be to run this:
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
Do you want me to send a PR to add this as a prerequisite or in an FAQ or something?
Using node v10.8.0 (npm v6.2.0) on Mac Mojave, I originally had this error installing:
Expand for full error message
> midi@0.9.5 install /Users/noms/Code/fruit-genie/fruit_genie_controller/node_modules/midi > node-gyp rebuild CXX(target) Release/obj.target/midi/src/node-midi.o ../src/node-midi.cpp:105:27: warning: 'Utf8Value' is deprecated [-Wdeprecated-declarations] std::string name(*v8::String::Utf8Value(info[0].AsAfter googling around and finding this answer, the solution seems to be to run this:
Do you want me to send a PR to add this as a prerequisite or in an FAQ or something?