You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to run this on an ARM(M1) mac and it failed, the following error was thrown:
> [email protected] 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)
The text was updated successfully, but these errors were encountered:
I attempted to run this on an ARM(M1) mac and it failed, the following error was thrown:
The text was updated successfully, but these errors were encountered: