devXprite / infoooze

A OSINT tool which helps you to quickly find information effectively. All you need is to input and it will take take care of rest.
https://infoooze.js.org
MIT License
678 stars 103 forks source link

Doesn't work #39

Open albotroz opened 8 months ago

albotroz commented 8 months ago

Describe the bug

After : npm install node index.js

node:internal/modules/cjs/loader:1147
  throw err;
  ^

Error: Cannot find module 'C:\Users\gfgdfg\Desktop\infoooze-master\index.js'
    at Module._resolveFilename (node:internal/modules/cjs/loader:1144:15)
    at Module._load (node:internal/modules/cjs/loader:985:27)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
    at node:internal/main/run_main_module:28:49 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}

Node.js v20.11.1

Windows 10

Steps to reproduce

No response

Screenshots

No response

Daksh1308 commented 2 months ago

"Cannot find module 'C:\Users\gfgdfg\Desktop\infoooze-master\index.js'" is due to an issue with your working directory. try to fix it:

Check Your Directory: Ensure you're running the command from the root directory of your project. Use cd C:\Users\gfgdfg\Desktop\infoooze-master to navigate to the correct location.

Reinstall Dependencies: Run npm install to make sure all dependencies are installed.

Run the Application: Execute node ./index.js to start the application.