Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
osiris404 opened this issue May 31, 2023 · 2 comments
Open

Comments

@osiris404
Copy link

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
Copy link

Cold740 commented Jul 2, 2023

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

@osiris404
Copy link
Author

osiris404 commented Aug 2, 2023

(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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants