-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inflight:This module is not supported, and leaks memory #32801
Comments
@sholtomaud Good afternoon. Thanks for reporting the issue. Have you tried using latest version of CDK (currently
Below is {
"name": "cdktest",
"version": "0.1.0",
"bin": {
"cdktest": "bin/cdktest.js"
},
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"test": "jest",
"cdk": "cdk",
"integ-test": "integ-runner"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/jest": "^29.5.12",
"@types/node": "20.14.9",
"aws-cdk": "2.174.1",
"eslint": "^9.14.0",
"globals": "^15.12.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "~5.5.3",
"typescript-eslint": "^8.13.0"
},
"dependencies": {
"@aws-cdk/aws-amplify-alpha": "2.174.1-alpha.0",
"@aws-cdk/aws-redshift-alpha": "2.174.1-alpha.0",
"@aws-cdk/aws-scheduler-alpha": "2.174.1-alpha.0",
"@aws-cdk/aws-scheduler-targets-alpha": "2.174.1-alpha.0",
"@aws-cdk/aws-glue-alpha": "2.174.1-alpha.0",
"@aws-cdk/integ-runner": "^2.174.1-alpha.0",
"@aws-cdk/aws-lambda-go-alpha": "2.174.1-alpha.0",
"@aws-cdk/aws-lambda-python-alpha": "2.174.1-alpha.0",
"@aws-cdk/integ-tests-alpha": "^2.174.1-alpha.0",
"@aws-cdk/lambda-layer-kubectl-v24": "2.0.242",
"aws-cdk-lib": "2.174.1",
"@aws-cdk/cloud-assembly-schema": "39.1.38",
"constructs": "^10.0.0",
"source-map-support": "^0.5.21"
}
} Thanks, |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
@ashishdhingra yes, I have. |
@sholtomaud Could you please share your Thanks, |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
No it is the standard package.json that you provide as a part of the npx cdk init |
@sholtomaud Good afternoon. It might be the case that the project generated by
Thanks, |
Generally i do |
@sholtomaud I didn't test using |
run npx cdk init. that's the recommended approach. |
Describe the bug
npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
Regression Issue
Last Known Working CDK Version
2.174.0 (build 9604329)
Expected Behavior
no deprecations or leaks memory
Current Behavior
deprecations & leaks memory
Reproduction Steps
cdk init app --language=typescript
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
CDK 2.174.0 (build 9604329)
Framework Version
No response
Node.js Version
Node v22.12.0
OS
macos
Language
TypeScript
Language Version
No response
Other information
No response
The text was updated successfully, but these errors were encountered: