【发布时间】:2014-10-14 04:11:03
【问题描述】:
我正在安装 jsdom。我正在关注http://www.steveworkman.com/node-js/2012/installing-jsdom-on-windows/,但我得到了:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.Cpp.InvalidPlatform
.Targets(23,7): error MSB8007: The Platform for project 'contextify.vcxproj' is
invalid. Platform='x64'. You may be seeing this message because you are tryin
g to build a project without a solution file, and have specified a non-default
Platform that doesn't exist for this project. [c:\wamp\www\node_modules\context
ify\build\contextify.vcxproj]
我能理解我为什么会得到这个吗? MSB8007是什么?
【问题讨论】:
标签: javascript node.js jsdom node.js-domains