Closed SkyCreedPH closed 1 year ago
Hii Bro,
From the screenshot you shared, it looks like the tool was not installed correctly. Could you please let me know which installation command you used? This will help me better understand the issue you're experiencing and suggest a solution.
In the meantime, as an alternative, you could try installing the tool using the following method:
git clone https://github.com/devXprite/infoooze
cd infoooze
npm install
node .
Please let me know if this helps.
what does it mean
what does it mean
It looks like the issue you're experiencing is related to npm, rather than the tool itself.
I'm sorry that I don't have a definite solution for you, but I wanted to suggest a couple of things you could try that might help.
You can try following command in the project directory:
npm install -g npm
rm package-lock.json
npm cache clean --force
npm cache verify
npm install
I hope one of these suggestions helps! If neither of these solutions resolves the issue, you may need to try reinstalling Node.js and npm.
how do i reinstall node.js im new kali hunter user sorry that im not good at this i just want to learn
Edit: this command doesn't work "rm package-lock.json"
said "rm: cannot remove 'package-lock.json': No such file or directory"
what does it mean
How do I reinstall node.js
how do i reinstall node.js im new kali hunter user sorry that im not good at this i just want to learn Edit: this command doesn't work "rm package-lock.json" said "rm: cannot remove 'package-lock.json': No such file or directory"
Actually I assumed that you were using Termux so just ignore the previous commands that I sent.
Since you're using Kali NetHunter, you will need to use the sudo command to install the tool globally:
sudo npm install infoooze -g
Before installing the tool, it's also a good idea to update the npm package list using: sudo npm update
If you have still error, just send me your node and npm version with error screenshot. I'm always happy to help. 😀
Thank you bro im using termux I installed my termux with Kali Linux
Hii bro, screenshot is not displaying properly. Could you please try re-uploading the screenshot?
![Uploading Screenshot_2022-12-22-20-35-22-98.jpg…]()
Do you have a social media platform that I can add you as a friend on?
Describe the bug
How do i fix this issue on kali linux
Steps to reproduce