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 when running start_server.js on replit #10

Open
gulkily opened this issue Aug 21, 2024 · 1 comment
Open

error when running start_server.js on replit #10

gulkily opened this issue Aug 21, 2024 · 1 comment

Comments

@gulkily
Copy link
Owner

gulkily commented Aug 21, 2024

~/LessonAug21/thimble$ node start_server.js
node:internal/modules/cjs/loader:988
throw err;
^

Error: Cannot find module 'luxon'
Require stack:

  • /home/runner/LessonAug21/thimble/start_server.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:985:15)
    at Function.Module._load (node:internal/modules/cjs/loader:833:27)
    at Module.require (node:internal/modules/cjs/loader:1057:19)
    at require (node:internal/modules/cjs/helpers:103:18)
    at Object. (/home/runner/LessonAug21/thimble/start_server.js:12:22)
    at Module._compile (node:internal/modules/cjs/loader:1155:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
    at Module.load (node:internal/modules/cjs/loader:1033:32)
    at Function.Module._load (node:internal/modules/cjs/loader:868:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [ '/home/runner/LessonAug21/thimble/start_server.js' ]
    }
@gulkily
Copy link
Owner Author

gulkily commented Aug 21, 2024

workaround: npm install luxon

(also missing: git module)

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

1 participant