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

๐Ÿž ๊ณต์œ  ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ๋‚ด์—์„œ ์‚ฌ์šฉํ•˜๋Š” ํŒจํ‚ค์ง€ ๋ชป ์ฐพ์Œ #612

Closed
kimyu0218 opened this issue Mar 8, 2024 · 0 comments ยท Fixed by #613
Assignees
Labels

Comments

@kimyu0218
Copy link
Collaborator

kimyu0218 commented Mar 8, 2024

Description

๊ณต์œ  ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ๋‚ด์—์„œ ์‚ฌ์šฉํ•˜๋Š” ์˜์กด์„ฑ์„ ์˜ฎ๊ฒจ์ฃผ์ง€ ์•Š์•„ ํŒจํ‚ค์ง€๋ฅผ ์ฐพ์ง€ ๋ชปํ•˜๋Š” ๋ฌธ์ œ๊ฐ€ ๋ฐœ์ƒํ•จ

> [email protected] start:prod
> node dist/main

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

Error: Cannot find module 'winston-daily-rotate-file'
Require stack:
- /app/signal/node_modules/winston-logger/src/transports.js
- /app/signal/node_modules/winston-logger/src/logger.js
- /app/signal/node_modules/winston-logger/src/index.js
- /app/signal/node_modules/winston-logger/index.js
...
  ]
}

How to reproduce it

RUN mv ../socket-event/dist ./node_modules/socket-event
RUN mv ../winston-logger/dist ./node_modules/winston-logger

Todo

RUN mv ../socket-event/dist ./node_modules/socket-event
+ RUN mv ../socket-event/node_modules ./node_modules/socket-event/node_modules
RUN mv ../winston-logger/dist ./node_modules/winston-logger
+ RUN mv ../winston-logger/node_modules ./node_modules/winston-logger/node_modules

ETC

@kimyu0218 kimyu0218 added the bug label Mar 8, 2024
@kimyu0218 kimyu0218 self-assigned this Mar 8, 2024
kimyu0218 added a commit that referenced this issue May 16, 2024
โ€ฆ๋‚ด์—์„œ-์‚ฌ์šฉํ•˜๋Š”-ํŒจํ‚ค์ง€-๋ชป-์ฐพ์Œ

Be/bugfix/#612 ๊ณต์œ  ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ ๋‚ด์—์„œ ์‚ฌ์šฉํ•˜๋Š” ํŒจํ‚ค์ง€ ๋ชป ์ฐพ์Œ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment