-
I just run `yarn global add projen` and I am getting this error
```
make: Entering directory '/home/tim/.config/yarn/global/node_modules/cpu-features/build'
ACTION Configuring dependencies /home…
-
Root cause: when running `ts-node` in `awscdk-construct` projects, it defaults to use `tsconfig.json` which is generated by JSII and does not include the `test/` tree.
Solution: we need to tell th…
eladb updated
2 years ago
-
The getting started section of the README does not mention requirements.
Suggest updating README or adding preflight checks to "new" command:
• Verify “git config --global user.name" Is not bl…
-
### What is the problem?
CDK asset publishing doesn't correctly assume the target asset publishing role in certain cases and fails to deploy S3 artifacts.
The issue seems to have surfaced with t…
-
After upgrading to projen v0.32.5, I try running cdk and see
```
Unsupported feature flag '@aws-cdk/core:enableStackNameDuplicates'. This flag existed on CDKv1 but has been removed in CDKv2. CDK …
-
1. Create a Projen project with awscdk-construct (projen v0.27.40)
2. set "cdkVersion: 2.0.0-rc.20"
3. set "cdkDependenciesAsDeps: false"
4. Run "npx projen"
package.json does not "aws-cdk-li…
-
When using the `ReactTypeScriptProject` in cdklabs/construct-hub-webapp, I was experimenting with moving all of our dependencies to `devDependencies`, because none of them are actually used at runtime…
-
See https://github.com/projen/projen/blob/3a70eda6f811e373108933ad027eb76390720dc6/src/typescript.ts#L395
This leads to mysterious build failures like
```
node_modules/@sinonjs/fake-timers/type…
-
awscdk-nwfirewall
I have added the keywords and the proper license. I am pretty sure I have added the proper jsii config as I checked other projects where it is working.
Here is that section of…
-
My PR's build is failing with
```
error @aws-cdk/assert@2.0.0-rc.25: The engine "node" is incompatible with this module. Expected version ">= 14.15.0". Got "12.22.7"
```
while trying to upgrade Al…