citronneur / node-rdpjs

Remote Desktop Protocol for Node.js
GNU General Public License v3.0
895 stars 154 forks source link

I can not install node-rdpjs #5

Closed phong-et closed 8 years ago

phong-et commented 9 years ago

I run statement install, it shows out many error : http://prntscr.com/8k8hxb Can you help me fix step by step each error ? Or show me some reasons ! Normally, others nodejs module I install easily, I never got some above errors Thanks so much !

jemershaw commented 9 years ago

This is because of the bignum dependency, you will need to install python to compile that module.

phong-et commented 9 years ago

@IZIPhAnToMIZI thank you ! It consist 3 errors :

  1. Python missing ( solved )
  2. msbuild missing : http://stackoverflow.com/questions/28268630/node-gyp-cannot-find-msbuild-exe (solved) 3 .error following : http://prntscr.com/8swp8y (after done fixing error .2) I install node-rdpjs on Window7 x64
citronneur commented 8 years ago

ok in next release the bignum dependancy is over. I will use a pure JS library.

jemershaw commented 8 years ago

@citronneur Awesome! I was actually going to start this, but I'll let you handle it.

phong-et commented 8 years ago

I'm desirable next release of you !!! Thanks all ;)

Giancarlo1974 commented 8 years ago

Hi. I have fixed the problem on bignum

See this guide: http://www.serverpals.com/blog/building-using-node-gyp-with-visual-studio-express-2015-on-windows-10-pro-x64