codepod-io / codepod

Codepod IDE: Scalable Interactive Coding
https://codepod.io
MIT License
69 stars 16 forks source link

[Docker] Cannot find module 'dotenv' #536

Closed senwang86 closed 10 months ago

senwang86 commented 10 months ago

=========================== [INFO] 19:20:42 ts-node-dev ver. 2.0.0 (using ts-node ver. 10.9.1, typescript ver. 4.8.4) Error: Cannot find module 'dotenv' Require stack:

lihebi commented 10 months ago

I don't have this issue.

But those require(dotenv)s aren't required, because the ENV variables are directly set as ENV variable in docker compose.yaml, not loaded from an .env file.

lihebi commented 10 months ago

Should be fixed by #537. Please re-open if #537 doesn't fix this issue.

senwang86 commented 10 months ago

537 fixed the issue! Thanks!