Vu Bao Nhu

Results 18 comments of Vu Bao Nhu

I mean the boilerplate should support to re-build the binary for **electron** using [electron-rebuild](https://github.com/electron/electron-rebuild). Two things we need to do: 1. Native modules are configured as `externals` modules in `webpack.config.js`...

The `native module` i want to use now is working for me. However, it has specific operations, such as: `know exactly native modules which bundle with`, `rebuild if it present`...

Hi @evonox It seems easy to understand! Could you make the configuration by listing module names? Then it will autodiscover the `gyp` file? For example: ```js new ElectronNativePlugin({ forceRebuild: true,...

Hi @evonox , > 2. However I would like also to provide the ability to build even modules not present in node_modules directory that should be part of the project....

@evonox How is your progress so far?

I believe you are doing well. I also busy too. But i hope will try to experiment this feature. I hope we are doing it well!. Thank you for your...

> At last I have a request. I am testing the plugin in Windows 10 and two Linux distros (Ubuntu and Debian). I cannot test if it will be running...

From: **C:\Users\\[username]\AppData\Roaming\nvm** 1. Change file settings.txt ```config root: C:\nvm path: C:\Program Files\nodejs arch: 64 proxy: none ``` 2. Copy two files `elevate.cmd` and `elevate.vbs` to: **C:\nvm** Then it worked for...

Hi @waghanza Thank you for your interest in [kites](https://github.com/kitesjs/kites). Feel free to add it yourself! Let me know what you need.

Now, it is still not working! Please make it works?