-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
dmg maker (Intel): Cannot find module '../build/Release/volume.node' #3845
Comments
Any workaround? |
Potentially related based on the stack trace: Could you try downgrading to v7.6.0 (or add a resolution for |
Downgrading electron-forge to 7.6.0 has the exact same error message as before. Running
has this error (truncated):
|
Upgrading to electron-forge 7.7.0, I get the |
Found my way to:
Looks like reinstalling XCode Command Line Tools fixed the issue for some people? |
Clean install xcode cl tools worked for me.
|
Pre-flight checklist
Forge version
7.6.1
Electron version
v33.4.0
Operating system
macOS 14.7.3 (Intel)
Last known working Forge version
7.5.0
Expected behavior
Makes the app and dmg without errors
Actual behavior
The
.app
is made but the dmg maker fails.Steps to reproduce
I'm using this maker
The error only happens on Intel. on Apple Silicon (same OS version) the error doesn't happen.
Additional information
I tried downgrading from 7.6.1 to 7.5.0 but I still get the same problem. I don't think the actual problem is in forge itself, but with a transitive dependency, which I think is
appdmg
.appdmg is nice, but it hasn't had any updates in 2 years. I would like for that dependency to be replaced.
The text was updated successfully, but these errors were encountered: