Shiono Yoshihide

Results 54 comments of Shiono Yoshihide

@obscure12 Sorry I can't reproduce the error: (Building is successful) But it takes about 10 minutes. It may be the network or out of memory error, I wonder.

@obscure12 Here is my env: - Node.js `v12.13.1` - npm `v6.12.1` - nextron `v5.14.1` And surely I tracked the same instructions 👍

https://github.com/grpc/grpc-node/issues/888

@obscure12 Do you use `nvm` for Node.js version management? I use Node.js from homebrew: ```zsh $ brew install node@12 ```

Hi, @armenr ! Thank you for your testing nextron and your question! Sorry I have no any ideas for now, because nextron is an app generator. But I think it's...

@hadeeb Thank you for your lots of advices in advance :) Here is [create-nextron-app](https://github.com/saltyshiomix/create-nextron-app) already. If you have some time, could you create a PR? WIP-PR is also welcome :)...

@armenr / @hadeeb Nextron v5 is out! (with Next.js v9) ```bash $ npm install -g nextron@latest ``` Any advices are welcome 👍

Hi @agrozyme ! I'm currently working on `with-javascript*`, so typescript support takes much more time, sorry. You can extend `with-javascript` example with :)

@agrozyme Thank you for your PR! I just merged #4 👍

@t1gu1 Thank you for your testing nuxtron. Electron handles files by file protocol when production build, so we must resolve all paths that are different from development mode. At this...