atzcl / z

基于 MidwayJS(EggJS) + TypeScript 的多模块应用 [ NodeJS 版 ]
129 stars 20 forks source link

使用docker 部署的时候报错 #20

Closed super918180 closed 4 years ago

super918180 commented 4 years ago

Cannot find module 'tsconfig-paths/register'

super918180 commented 4 years ago

如果把tsconfig-paths/register 移动到dependencies 又会报错

Error: Cannot find module '@my_console/utils/config'

atzcl commented 4 years ago

漏了一个 node 使用 tsconfig-paths 的配置,已经 fix,你更新下即可