-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS Mojave breaks npm module #120
Comments
We have a production environment where we can't upgrade from Node v4.2.4 overnight, btw. |
Can you try upgrading to [email protected] and see if that fixes things? v3.0.3 is three years old now. |
I tried to upgrade node-gyp to 3.8.0 and the problem was still there.
|
Okay, the issue is most likely that Node.js v4.x is built with Can you delete $ env CXXFLAGS="-mmacosx-version-min=10.7" npm install Try 10.8, 10.9, etc. if 10.7 doesn't work. |
Node lts/boron (6.14.4) doesn't work also with Mojave OSX. My collegue send me his compiled heapdump directory and I added in the node_modules manuelly. It sucks but It seems to work for the moment. Please compile with XCode 10 to upgrade the package !!!! |
I'll close this out as it's not an issue with node-heapdump itself. See the linked nodejs/node issue for more background. |
MacOS Mojave v10.14 here, I solved it by adding LDFLAGS in addition to CXXFLAGS:
|
@cooperka Thanks for posting that. What version of npm did you run it under? |
@spencerwasden this project was using Node v0.10.48, npm v2.15.1 |
Hi, when updating to MacOS Mojave, I noticed I'm no longer able to pull down and use this module
node-heapdump
. Here is the output I get when I try to install vianpm
:Looking at the upgrade notes, I believe this is the cause:
https://devapple.weebly.com/uploads/1/0/8/0/108009593/xcode_10_beta_6_release_notes.pdf
The text was updated successfully, but these errors were encountered: