Skip to content
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

Will Not Start On ARM Mac #50

Open
Rishi556 opened this issue Jul 26, 2023 · 0 comments
Open

Will Not Start On ARM Mac #50

Rishi556 opened this issue Jul 26, 2023 · 0 comments

Comments

@Rishi556
Copy link

I attempted to run this on an ARM(M1) mac and it failed, the following error was thrown:

> 3speak-app@0.2.5 start-main
> cross-env NODE_ENV=development run-electron -r ts-node/register src/main/index.ts

App threw an error during load
Error: No native build was found for platform=darwin arch=arm64 runtime=electron abi=98 uv=1 armv=8 libc=glibc
    at Function.load.path (/Users/rishipanthee/Desktop/3Speak-app/node_modules/node-gyp-build/index.js:56:9)
    at load (/Users/rishipanthee/Desktop/3Speak-app/node_modules/node-gyp-build/index.js:20:30)
    at Object.<anonymous> (/Users/rishipanthee/Desktop/3Speak-app/node_modules/leveldown/binding.js:1:43)
    at Module._compile (node:internal/modules/cjs/loader:1110:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1140:10)
    at Object.require.extensions.<computed> [as .js] (/Users/rishipanthee/Desktop/3Speak-app/node_modules/ts-node/src/index.ts:1608:43)
    at Module.load (node:internal/modules/cjs/loader:982:32)
    at Module._load (node:internal/modules/cjs/loader:823:12)
    at Function.c._load (node:electron/js2c/asar_bundle:5:13331)
    at Module.require (node:internal/modules/cjs/loader:1006:19)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant