-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module ./query #2
Comments
did u solve it? |
+rep, i have this issue too.
|
Sorry, I haven't checked GitHub's notifications in a while. This is due to the package declaration files not being compiled properly. This is my fault and I don't think there is much you guys can do. I will be releasing the next version on the following week, so I won't spend time fixing compilation errors on the current one. But feel free to open a PR and I will merge it. |
`[2020-11-29 16:17:35]: CMD [CMD] Bot Owner Ayeven (273097175452614666) ran command calpheon
[2020-11-29 16:17:35]: ERROR Unhandled rejection: Error: Cannot find module './query'
Require stack:
Error: Cannot find module './query'
Require stack:
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:965:15)
at Function.Module._load (internal/modules/cjs/loader.js:841:27)
at Module.require (internal/modules/cjs/loader.js:1025:19)
at require (internal/modules/cjs/helpers.js:72:18)
at Object. (/home/runner/ayevenbot/node_modules/calpheonjs/dist/index.js:14:14)
at Module._compile (internal/modules/cjs/loader.js:1137:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10)
at Module.load (internal/modules/cjs/loader.js:985:32)
at Function.Module._load (internal/modules/cjs/loader.js:878:14)
at Module.require (internal/modules/cjs/loader.js:1025:19) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/home/runner/ayevenbot/node_modules/calpheonjs/dist/index.js',
'/home/runner/ayevenbot/commands/calpheon.js',
'/home/runner/ayevenbot/modules/functions.js',
'/home/runner/ayevenbot/index.js'
]
}`
I'm not sure if this only happen if you using it on repl.it. I have not tested on development platform/own pc. I have not tried to manually upload the necessary folder to my repl.it project either. I have tried the older bdo-scrapper and it working on my repl.it
The text was updated successfully, but these errors were encountered: