Hello , while using nodemon , console showed up this problem,
Error: Cannot find module ‘C:\Users\Adam\Desktop\sps-bot\index.js’
at Module._resolveFilename (node:internal/modules/cjs/loader:1047:15)
at Module._load (node:internal/modules/cjs/loader:893:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:23:47 {
code: ‘MODULE_NOT_FOUND’,
requireStack:
}
Node.js v18.14.0
[nodemon] app crashed - waiting for file changes before starting…
what should i do ?