Closed ruscon closed 1 month ago
You currently have tslib in devDependencies, but it should be in dependencies.
tslib
devDependencies
dependencies
2024-08-20 17:38:11 node:internal/modules/cjs/loader:1148 2024-08-20 17:38:11 throw err; 2024-08-20 17:38:11 ^ 2024-08-20 17:38:11 2024-08-20 17:38:11 Error: Cannot find module 'tslib' 2024-08-20 17:38:11 Require stack: 2024-08-20 17:38:11 - /app/node_modules/.pnpm/aws-sdk-v3-nest@0.3.0_@nestjs+common@10.3.7_class-transformer@0.5.1_class-validator@0.14.1_re_v5kkadlqdqobqd33hfbupmsbey/node_modules/aws-sdk-v3-nest/dist/aws-sdk-v3-nest.cjs.development.js 2024-08-20 17:38:11 - /app/node_modules/.pnpm/aws-sdk-v3-nest@0.3.0_@nestjs+common@10.3.7_class-transformer@0.5.1_class-validator@0.14.1_re_v5kkadlqdqobqd33hfbupmsbey/node_modules/aws-sdk-v3-nest/dist/index.js
the latest package (1.0.0) doesn't have this tslib anymore. please try that. thanks.
You currently have
tslib
indevDependencies
, but it should be independencies
.