Adrian Dimech
Adrian Dimech
Would setting skipLibCheck to true prevent jsii from looking in node_modules to begin with?
I did a little digging and from what I understand the transliterate function only caters for translating the root README as per: https://github.com/aws/jsii/blob/main/packages/jsii-rosetta/lib/commands/transliterate.ts#L89 If you modify the code as follow...
Any movement on this?
> Hey! Can you describe the use case more in depth? Why add a `metadata` field instead of using something like the `explanation` or `info` fields? Updated the description.
FYI: I have implemented a monorepo using NX: https://aws.github.io/aws-prototyping-sdk/typescript/nx-monorepo/index.html There is a sample project which can be found here: https://github.com/aws/aws-prototyping-sdk/tree/prototyping_show
> Similarly cannot reproduce with `npx projen@latest new node --package-manager=pnpm` > > Creates > > ```js > const { javascript } = require("projen"); > const project = new javascript.NodeProject({ >...
This occurs for external project types. The issue appears to be here: https://github.com/projen/projen/blob/main/src/projects.ts#L126 As you can see, no imports are being prepended to the generated code which runs in the...
Any update on this one?
This is also happening on one of our projects also which is not using nestjs. One variant of the error we've seen is: `Error: ENOTEMPTY: directory not empty, rmdir '/node_modules/.cache/nx/5973e363644dc151f9ab06d9d49c6f59e69ce02bbfac9529018f9a9ac573b43d/outputs/packages/infra/cdk.out/asset.cecf4b5f93b41843286e40690e3ac898434251c4c88bc51660a6701b46c8e5ec/static/js'`...