Skip to content
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

Error: Cannot find module '../src/JpegUtil' #460

Closed
autumnwalker opened this issue May 9, 2022 · 2 comments
Closed

Error: Cannot find module '../src/JpegUtil' #460

autumnwalker opened this issue May 9, 2022 · 2 comments

Comments

@autumnwalker
Copy link

I think this started occurring with this update #455

When I try to start the container it throws the following error:

node:internal/modules/cjs/loader:942
throw err;
^

Error: Cannot find module '../src/JpegUtil'

Require stack:

  • /app/index.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:939:15)
    at Module._load (node:internal/modules/cjs/loader:780:27)
    at Module.require (node:internal/modules/cjs/loader:1005:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at Object. (/app/index.js:51:34)
    at Module._compile (node:internal/modules/cjs/loader:1105:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
    at Module.load (node:internal/modules/cjs/loader:981:32)
    at Module._load (node:internal/modules/cjs/loader:827:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [ '/app/index.js' ]
    }

Thoughts?

manuc66 added a commit that referenced this issue May 9, 2022
@manuc66
Copy link
Owner

manuc66 commented May 9, 2022

Should be fixed now

@manuc66 manuc66 closed this as completed May 9, 2022
@autumnwalker
Copy link
Author

Fixed! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants