marceloclp / calpheonjs

Calpheon.js is an interface to retrieve data about the BDO game by scraping BDOCodex.
18 stars 5 forks source link

Cannot find module ./query #2

Open Ayeven opened 3 years ago

Ayeven commented 3 years ago

`[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:

qwerty32123 commented 3 years ago

did u solve it?

memestrict commented 3 years ago

+rep, i have this issue too. this is my log (using laravel-mix)

× Mix Compiled with some errors in 321.57ms ERROR in ./node_modules/calpheonjs/dist/index.js 14:13-31 Module not found: Error: Can't resolve './query' in 'E:\ProjectWWW\lm_bdovue\node_modules\calpheonjs\dist' ERROR in ./node_modules/calpheonjs/dist/index.js 15:13-33 Module not found: Error: Can't resolve './scraper' in 'E:\ProjectWWW\lm_bdovue\node_modules\calpheonjs\dist' ERROR in ./node_modules/calpheonjs/dist/index.js 16:13-50 Module not found: Error: Can't resolve './shared/typings/app/enums' in 'E:\ProjectWWW\lm_bdovue\node_modules\calpheonjs\dist' ERROR in ./node_modules/calpheonjs/dist/index.js 17:12-43 Module not found: Error: Can't resolve './shared/typings/app' in 'E:\ProjectWWW\lm_bdovue\node_modules\calpheonjs\dist' webpack compiled with 4 errors

marceloclp commented 3 years ago

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.

alancuriel commented 3 years ago

6