cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error: Cannot find module '../lib/main'

0 Likes
720

Hi,

When I'm triying to deploy my application I get this error:

I have downloaded the logs and I get this problem:

Does anyone know how to resolve it?

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

lothar_bender
Product and Topic Expert
Product and Topic Expert

Seems that you have defined `@sap/cds-dk` as dependency of your project - please move it to `devDependencies`. The install of `@sap/cds-dk`(and the dependent `@mendix/sqlite3`) should actually not be done in production environment, since cds-dk is a design-time component only.

Regards,
Lothar

Answers (0)