windows下编译node
发布于 11 年前 作者 oceanvitas 5462 次浏览 最后一次编辑是 8 年前

windows下编译node提示: ctrpp not found in WinSDK path–using pre-gen files from tools/msvs/ge { ‘target_defaults’: { ‘cflags’: [], ‘default_configuration’: ‘Release’, ‘defines’: [], ‘include_dirs’: [], ‘libraries’: []}, ‘variables’: { ‘clang’: 0, ‘host_arch’: ‘ia32’, ‘node_install_npm’: ‘true’, ‘node_prefix’: ‘’, ‘node_shared_cares’: ‘false’, ‘node_shared_http_parser’: ‘false’, ‘node_shared_libuv’: ‘false’, ‘node_shared_openssl’: ‘false’, ‘node_shared_v8’: ‘false’, ‘node_shared_zlib’: ‘false’, ‘node_tag’: ‘’, ‘node_unsafe_optimizations’: 0, ‘node_use_dtrace’: ‘false’, ‘node_use_etw’: ‘true’, ‘node_use_openssl’: ‘true’, ‘node_use_perfctr’: ‘true’, ‘node_use_systemtap’: ‘false’, ‘python’: ‘C:\Python27\python.exe’, ‘target_arch’: ‘ia32’, ‘v8_enable_gdbjit’: 0, ‘v8_no_strict_aliasing’: 1, ‘v8_use_snapshot’: ‘true’, ‘visibility’: ‘’}} creating config.gypi creating config.mk Project files generated. Build skipped. To build, this file needs to run from VS cmd prompt.

已经安装python,visual studio2012 为什么无法安装,提示信息具体要怎么解决,谢谢。。

3 回复

windows下直接安装 何苦难为自己呢

you can use nodist https://github.com/marcelklehr/nodist


签名: 交流群244728015 《Node.js 服务器框架开发实战》 http://url.cn/Pn07N3

这个问题我也遇见过,在安装dependencies时。 但是不知道怎么解决的,后来自己就好了。。。求#正解#

回到顶部