`The VCBuild.exe is called, but it's trying to load node.lib at the wrong path
LINK : fatal error LNK1181: cannot open input file 'C:\Users\Webdev\.node-gyp\0.10.0\\node.lib'
the correct path is 'C:\Users\Webdev\.node-gyp\0.10.0\\Release\\node.lib' (or depending on the OS version, 'C:\Users\Webdev\.node-gyp\0.10.0\\x64\\node.lib', 'C:\Users\Webdev\.node-gyp\0.10.0\\ia32\\node.lib', but that's the version correctly chosen according to OS to Release)