Jarek
Jarek
I have an opposite issue: ``` …but is an incompatible architecture (have 'arm64', need 'x86_64')… ``` I'm running macOS 13.1 (Apple M1), electron-forge 6.0.4, electron 22.0.2, better-sqlite3 8.0.1 any ideas...
Got this fixed by downgrading electron-forge from `6.0.4` to `6.0.0` So looks like this issue has nothing to do with better-sqlite3
Just installed react-mail for the first time and exactly the same issue: `/bin/sh: yarn: command not found`
Changing chmod works. I'm using `webpack-shell-plugin-next`. Here is the Webpack config: ```js // ... const WebpackShellPluginNext = require('webpack-shell-plugin-next') // ... export const plugins = [ // ... new WebpackShellPluginNext({ onBuildEnd:...
Just did this migration. I was updating from `2.15.1` to `2.18.1`. It was not smooth at all. I use Docker Swarm and have 4 sites with ~3 years of data....
Same question: I'd like to build for the x86_64 architecture.
@kabiroberai any hints? 🙏
Thanks @sjjhsjjh . For the time being I went with the [Native Code and Electron: Swift (macOS)](https://www.electronjs.org/docs/latest/tutorial/native-code-and-electron-swift-macos) approach, with AI writing the boilerplate code needed.
Electron forge in my case