-
-
Notifications
You must be signed in to change notification settings - Fork 68
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 upon startup v3.0.0 #167
Comments
Still an issue with the latest commit ( Contents of
Contents of
|
hmm... seems to maybe be a windows related issue? this should not say
Nowadays, there are some other tools to do exactly what i was trying to do with this hack. maybe i can see to replace it and fix this issue for all platforms 👍 |
I... there are so many issues with all this path stuff and module resolution in typescript<>node that i either dont understand or dont want to understand tbh. there's some real insane shit like this as well which i'm not gonna do i only ever see things like this in the javascript ecosystem lmao
anyway, i replaced i'm tinkering around with a whole bunch of stuff, so i'm not even sure if it will work right now. but i'll verify over the next few days. feel free to also give it a spin 🤙 |
Windows Server 2022 21H2
Node.js 18.15.0
Yarn 1.22.19
discord-soundbot 3.0.0
With my current installation, as well as a fresh copy of the 3.0.0 release .zip, I receive the error
Cannot find module '~/util/Container'
upon startup. Below are complete logs fromyarn install
throughyarn start
. The filedist/src/util/Container.js
exists relative to the package's root path.The text was updated successfully, but these errors were encountered: