miniben-90

Results 9 comments of miniben-90

Hello I'll see what can I do to add this feature.

I added some modifications. I didn't publish it on npm. If you have some times you can try it.

Hi, Can you be more specific: * version(s) of Windows * what are you using for building * did you try to add the dependencies when you are building the...

If possible, try to unpack the asar file of your application (from a computer experiencing the 'not found' issue) to check whether the package @miniben90/x-win-win32-x64-msvc is present or not.

It's strange. If you have the files and the correct structure, it should work like any other Node dependency. I'll need the error stack or a reproducible project and environment...

I was able to reproduce your issue when I removed the `%localappdata%\Programs\electron-react-boilerplate\resources\app.asar.unpacked\node_modules\@miniben90\x-win-win32-x64-msvc\x-win.win32-x64-msvc.node` file on a virtual machine running Windows 10 with the latest updates. It seems something is interfering with...

I have no clue. If the file exists and it's in the right place it should work without any problems. The full path on the error stack is not visible...

No, it's not possible to wrap it in a function, the javascript part is generated by napi-rs. Also, it would be a breaking change. * You can add your modifications...

Hi, I have the same issue. I try to build with `-x` flag to use `x86_64-unknown-linux-gnu.2.18` target.