We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the following error below. Issue resolved when switching to node:latest base image
vott_1 | > [email protected] start /app vott_1 | > node server.js vott_1 | vott_1 | internal/modules/cjs/loader.js:583 vott_1 | throw err; vott_1 | ^ vott_1 | vott_1 | Error: Cannot find module 'dotenv' vott_1 | at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) vott_1 | at Function.Module._load (internal/modules/cjs/loader.js:507:25) vott_1 | at Module.require (internal/modules/cjs/loader.js:637:17) vott_1 | at require (internal/modules/cjs/helpers.js:20:18) vott_1 | at Object.<anonymous> (/app/server.js:3:1) vott_1 | at Module._compile (internal/modules/cjs/loader.js:689:30) vott_1 | at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) vott_1 | at Module.load (internal/modules/cjs/loader.js:599:32) vott_1 | at tryModuleLoad (internal/modules/cjs/loader.js:538:12) vott_1 | at Function.Module._load (internal/modules/cjs/loader.js:530:3)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting the following error below. Issue resolved when switching to node:latest base image
vott_1 | > [email protected] start /app vott_1 | > node server.js vott_1 | vott_1 | internal/modules/cjs/loader.js:583 vott_1 | throw err; vott_1 | ^ vott_1 | vott_1 | Error: Cannot find module 'dotenv' vott_1 | at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) vott_1 | at Function.Module._load (internal/modules/cjs/loader.js:507:25) vott_1 | at Module.require (internal/modules/cjs/loader.js:637:17) vott_1 | at require (internal/modules/cjs/helpers.js:20:18) vott_1 | at Object.<anonymous> (/app/server.js:3:1) vott_1 | at Module._compile (internal/modules/cjs/loader.js:689:30) vott_1 | at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) vott_1 | at Module.load (internal/modules/cjs/loader.js:599:32) vott_1 | at tryModuleLoad (internal/modules/cjs/loader.js:538:12) vott_1 | at Function.Module._load (internal/modules/cjs/loader.js:530:3)
The text was updated successfully, but these errors were encountered: