yafyz / nitrsnip

A discord nitro sniper, which tries to actually be good (50-30ms on AWS, basicaly the fastest one). With normal discord push notification working (unlike others)
42 stars 32 forks source link

Issue when you write node . in cmd #18

Closed Devansh-Singhal closed 1 year ago

Devansh-Singhal commented 1 year ago
C:\Users\singh\Downloads\nitrsnip-master>node .
internal/fs/utils.js:307
    throw err;
    ^

Error: ENOENT: no such file or directory, open
    at Object.openSync (fs.js:476:3)
    at Object.readFileSync (fs.js:377:35)
    at Object.<anonymous> (C:\Users\singh\Downloads\nitrsnip-master\main.js:22:20)
    at Module._compile (internal/modules/cjs/loader.js:1063:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)
    at Module.load (internal/modules/cjs/loader.js:928:32)
    at Function.Module._load (internal/modules/cjs/loader.js:769:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
    at internal/main/run_main_module.js:17:47 {
  errno: -4058,
  syscall: 'open',
  code: 'ENOENT'
}