Open Brigadier1-9 opened 8 years ago
Got CI with appveyor to run and could reproduce this error.
A branch has been merged, is the issue fixed?
I am trying to install on windows 10 x64 almost same error. VS last version community , node 5.11.1 , npm 3.8.6. I attached my logfile
Hi!
I've had a quick look at your debug and I think you are getting further than I was, so you may have a different problem. The issue is that the 'Failed at node-gyp rebuild' is such a generic error that it could be almost anything.
I actually wound up installing node-gyp (npm install -g node-gyp) then cloned the repository with git clone (somewhere outside of your node project) in order to run 'node gyp configure' then 'node gyp build' by hand; that then revealed the exact error (which, unless I am missing it, I can't see in your debug.txt)
When it compiles you can then npm install (folder path) from your node project.
If it helps any, I have a pre-fixed branch - feel free to clone that one instead.
Hi,
Very interesting last night i was play with code to make it work.
I download all source and compile with node-gyp configure
and node-gyp build
, then i return to parent folder and try to install with npm install dv
and it works after that.
Without doubt this way is wrong to make it work but i guess i fixed something accidentally.
Very weird, but as long as it works!
There is an error in the Zxing barcode reader that we’ve just discovered too by the way – it’s a memory leak and it crashes after parsing a number of images. We have a fix, I’ll open a new issue for it shortly.
Thank you very much
@Brigadier1-9 FWIW, your fork fixed by build issue as well.
win 10 x64, node 6.2.1, npm 3.9.3
My issue is that 'npm install dv' fails on Windows 10 with VS2013. The error displayed is:
npm ERR! dv@1.10.1 install:
node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the dv@1.10.1 install script 'node-gyp rebuild'.