nslsk icon indicating copy to clipboard operation
nslsk copied to clipboard

Don't manage to make it work

Open andrade0 opened this issue 11 years ago • 1 comments

I never managed to make it work. Even replacing bigint by big-integer.

Could help me running this module pls ?

andrade0 avatar Oct 23 '14 01:10 andrade0

You can get it logging into the slsk server by changing bigint to bignum. So npm install bignum first. Then change dependencies in package.json to reflect bignum 0.11.0 instead of bigint. Then in lib/message/index.js change bigint = require('bignum'); Finally npm install -g nslsk. When I run nslsk -u name -p pascode I get the server greeting et al in the terminal. But how to get anything else working, I have to figure out.

artelse avatar Oct 16 '15 23:10 artelse