Common issues

Error Building SQLite3 on ARM (Mac M1)

  • Use native / VSCode terminal instead of iTerm. iTerm may default to using Rosetta to emulate x86, the others don't.

  • Verify that your installed + currently selected node version is arm64 instead of x86: node -p 'process.arch'.

Don't see console.logs from Mouse layer

  • These go to a different layer than the renderer process, so you'll have to enable that layer's developer console to see them. Make the following change to enable that console:

Last updated