citronneur / node-rdpjs

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

Cannot find module './build/Release/bignum' #4

Closed aeikman closed 8 years ago

aeikman commented 9 years ago

New to NodeJS. Please excuse me if this is a simple error. Installed bignum globally and for the project yet still getting the message "Cannot find module './build/Release/bignum'". Running Atom electron on Yosemite.

citronneur commented 9 years ago

Bignum is dependancy of node-rdpjs. But it need a build phase. Maybe an error during build...

citronneur commented 8 years ago

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