Sopur / Discord-user-bots

Working discord user bots library.
MIT License
85 stars 36 forks source link

Error: Cannot find module '../src/exports.js' #53

Closed MusaHype closed 4 months ago

MusaHype commented 1 year ago

C:\Users\Admin\Desktop\Yeni klasör (2)>node clean-up.js node:internal/modules/cjs/loader:1080 throw err; ^

Error: Cannot find module '../src/exports.js' Require stack:

Node.js v18.17.0

Sopur commented 4 months ago

When running example files, make sure to execute them in the directory they're actually located in. The problem you're having stems from the fact that it's trying to include files that don't exist.