Error: The system cannot find message text for message number 0x%1 in the message file for %2.
\?\D:\demo\server*node_modules\sharp\build\Release\sharp.node*
please help me its urgent
working fine in browser but not in electron js
maybe i am using a 64bit build but building that module as 32-bit.
Hello, only 64-bit node.exe is supported on Windows.
http://sharp.pixelplumbing.com/en/stable/install/#windows-x64
i have installed 64 bit in my PC but sharp working proper in browser but not in electron.
please tell what i need to change or add?
electron-rebuild will probably be required if the system version of Node doesn't match the Electron version of Node. Make sure the Electron executable is 64-bit also.
I had the same issue on Windows x64 with node v8.11.1 and on Electron with node v10.2.0.
electron-rebuild fixes this issue for me.
Most helpful comment
I had the same issue on Windows x64 with node v8.11.1 and on Electron with node v10.2.0.
electron-rebuild fixes this issue for me.