JoshKaufman / ursa

URSA - RSA public/private key OpenSSL bindings for Node.js
Other
620 stars 135 forks source link

Syntax error from Visual Studio #126

Open airbone42 opened 8 years ago

airbone42 commented 8 years ago

Hi,

when installing ursa on my Windows machine (installed openssl, Python and Visual Studio first) I get following error when node-gyp.js rebuild is running:

XML parsing error:

File: \node_modules\ursa\build\ursaNative.vcproj
Row: 1
Column: 4892
Error:
System error: -2147154687.

 File "node_modules\ursa\build\ursaNative.vcproj" could not be loaded
MSBUILD : error MSB6006: "VCBuild.exe" finished with Code -1. 

Any hints how I could fix this?