Hello,
I try to use this module in an electron app with the node-printer module. The node printer module works properly but I have an issue with the install of the node-pdfium module on Windows.
I tried to install the module with
npm install --save pdfium
or
npm install --save pdfium --msvs_version=2015
and
npm install --save pdfium --msvs_version=2015 --runtime=electron --target=1.4.5 --arch=x64
But each time, I got the following error :

My node version is 6.9.1 and my npm version is 3.10.8
Any idea why the build fail ?
Hello,
I try to use this module in an electron app with the node-printer module. The node printer module works properly but I have an issue with the install of the node-pdfium module on Windows.
I tried to install the module with
npm install --save pdfiumor
npm install --save pdfium --msvs_version=2015and
npm install --save pdfium --msvs_version=2015 --runtime=electron --target=1.4.5 --arch=x64But each time, I got the following error :

My node version is 6.9.1 and my npm version is 3.10.8
Any idea why the build fail ?