Lorenzik / TMRB

TikTok Mass Report Bot
355 stars 139 forks source link

If you have a problem with the installation, this is the SOLUTION . #19

Open IbnTaymiyyah opened 1 year ago

IbnTaymiyyah commented 1 year ago

This problem occurs when installing the tool on Kali Linux. It happens when we execute the command " npm i " or " node ".

Write this instead of them

sudo npm install node-fetch

and

sudo node index.js

Cold740 commented 1 year ago

(TMRB git:(main) sudo node index.js No superuser binary detected. Are you rooted?) What can i do

IbnTaymiyyah commented 1 year ago

(TMRB git:(main) sudo node index.js No superuser binary detected. Are you rooted?) What can i do

try install with ( -g )

npm install -g node-fetch

and

node index.js

The -g flag making it accessible for all Node.js projects on your system