deligenius / aws-sdk-v3-nest

AWS SDK V3 dynamic module for NestJS
MIT License
42 stars 5 forks source link

`tslib` should be in `dependencies` #7

Closed ruscon closed 1 month ago

ruscon commented 2 months ago

You currently have tslib in devDependencies, but it should be in 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
gjuoun commented 1 month ago

the latest package (1.0.0) doesn't have this tslib anymore. please try that. thanks.