jeffjose / tget

tget is wget for torrents
MIT License
621 stars 51 forks source link

cannot run tget #5

Closed zhangxulong closed 5 years ago

zhangxulong commented 6 years ago

/usr/local/lib/node_modules/t-get/node_modules/parse-torrent/index.js:110 ;(function () { Buffer.alloc(0) })() ^

TypeError: Buffer.alloc is not a function at /usr/local/lib/node_modules/t-get/node_modules/parse-torrent/index.js:110:24 at Object. (/usr/local/lib/node_modules/t-get/node_modules/parse-torrent/index.js:110:35) at Module._compile (module.js:410:26) at Object.Module._extensions..js (module.js:417:10) at Module.load (module.js:344:32) at Function.Module._load (module.js:301:12) at Module.require (module.js:354:17) at require (internal/module.js:12:17) at Object. (/usr/local/lib/node_modules/t-get/app.js:9:21) at Module._compile (module.js:410:26)

ice1000 commented 6 years ago

Same here

f97-2308 commented 6 years ago

Me too... :+1:

zyt312074545 commented 6 years ago

@zhangxulong @ice1000 @huynhduckhoan You need upgrade the node version. sudo n stable When I upgrade the node version, it is usable.