Shiono Yoshihide

Results 54 comments of Shiono Yoshihide

@andirsun Nextron v8.2.0 is out which includes your PR 🎉 Thank you for your efforts and kindness.

@arunavo4 CC: @andirsun @milanmdev Nextron v8.2.0 is out which includes your PR 🎉

Related: https://github.com/saltyshiomix/nextron/issues/188

Hi @softmarshmallow , thank you for your question. Do you already use [next-transpile-modules](https://www.npmjs.com/package/next-transpile-modules)? Maybe it can help you much. See [this blog](https://medium.com/frontend-digest/using-nextjs-in-a-monorepo-e011ff1826f5) for monorepo nextjs usage :)

@Psycokwet Ok, I understand. I'll fix it soon :)

Sorry, it is difficult than I thought :< Currently there is no way to get errors during the build. I'll fix it as soon as I can.

@lailo I think it is because of `sharp`. ``` # success $ npx electron-rebuild --force --arch x64 --which-module sharp ``` ``` # failed $ electron-builder install-app-deps --platform win32 --arch x64...

@lailo Could you downgrade nextron? I think this is not a part of nextron. It may be the platform problem, that is, it is necessary for the native binary for...

You're welcome, @lailo . But I tested `"nextron": "^5.15.6"` it always fails as you mentioned. Could you downgrade `"nextron": "^5.15.6"` again and try building the app?

@lailo I found the solution [here](https://github.com/saltyshiomix/nextron/issues/38#issuecomment-514888560). Please add the config below in `package.json`: ```json { "build": { "buildDependenciesFromSource": true } } ```