You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change directory to typescript/rds/mysql and run npm install:
(@sandbox main=) mysql $ npm install
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/typescript
npm error dev typescript@"~5.1.6" from the root project
npm error
npm error Could not resolve dependency:
npm error peer typescript@">=3.8 <5.0" from [email protected]
npm error node_modules/ts-jest
npm error dev ts-jest@"^26.2.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /home/v-au/.npm/_logs/2024-09-12T06_32_19_334Z-eresolve-report.txt
npm error A complete log of this run can be found in: /home/v-au/.npm/_logs/2024-09-12T06_32_19_334Z-debug-0.log
Possible Solution
Upgrade problem packages.
Additional Information/Context
No response
CDK CLI Version
2.156.0 (build 2966832)
Framework Version
No response
Node.js Version
v20.17.0
OS
WSL Ubuntu 20.04.6 LTS (Focal Fossa)
Language
Typescript
Language Version
No response
The text was updated successfully, but these errors were encountered:
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
Cannot install Node dependencies.
Expected Behavior
npm install
completes without error.Current Behavior
npm install
fails with:Reproduction Steps
Change directory to
typescript/rds/mysql
and runnpm install
:Possible Solution
Upgrade problem packages.
Additional Information/Context
No response
CDK CLI Version
2.156.0 (build 2966832)
Framework Version
No response
Node.js Version
v20.17.0
OS
WSL Ubuntu 20.04.6 LTS (Focal Fossa)
Language
Typescript
Language Version
No response
The text was updated successfully, but these errors were encountered: