I've got a problem while trying to install ursa with npm on windows. I've installed all the required dependencies and trying using "npm install ursa" on node.js cmd and it always ends up with this error:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.Cpp.InvalidPlatform.Targets(23,7): error MSB8007: The Platform for project 'ursaNative.vcxproj' is invalid. Platform='x64'. Yoy may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default platform that doesn't exist for this project. [C:\Users\user\node_modules\ursa\build\ursaNative.vcxproj]
I'm using a 64bit system and i suspected the error might have been caused by some of the dependencies being for a 32bit system, but the rest of the error msg just baffles me. Is there a way to get what is causing the problem from the message?