nslsk
nslsk copied to clipboard
Don't manage to make it work
I never managed to make it work. Even replacing bigint by big-integer.
Could help me running this module pls ?
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.