visual studio 2010 - node-gyp: cannot open input file 'kernel32.lib' -


enviromnent :

window server 2008 r2 standard service pack1 build 7601 (64bits) node js: v.0.10.25 (64 bits) npm: 1.3.24

i using visual studio 2010 express. have been trying build module days ... followed wiki on https://github.com/tootallnate/node-gyp/wiki/visual-studio-2010-setup

i have have tried visual studio 2010 express + win sdk = cannot open input file 'kernel32.lib'. can produce module, when try use get
node server.js module.js:356 module._extensions[extension](this, filename); error: %1 not valid win32 application.

i using node v0.10.25 (64bit version)

any welcome.

i gave , used visual studio 2012. ok now.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -