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
{{ message }}
This repository has been archived by the owner on May 29, 2024. It is now read-only.
In this reason, the stack is fail with message Cannot exceed quota for ACLSizePerRole, and I get the same error even if increase the service quota to the maximum. (no error occurs when use sample template.)
And when I try to build this solution with node v16.18.0, it doesn't build successfully with this message.
...
npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/jest
npm ERR! dev jest@"^25.5.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer jest@"^26.4.2" from @aws-cdk/[email protected]
npm ERR! node_modules/@aws-cdk/assert
npm ERR! dev @aws-cdk/assert@"1.64.1" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /home/ubuntu/.npm/eresolve-report.txt for a full report.
...
If this code doesn't wrong, I think it because node version's difference.
What is the project's standard node version?
I think a node version for the build should be specified in README (or any other place).
Thanks.
The text was updated successfully, but these errors were encountered:
It's because the AssumeRolePolicyDocument for role SandboxServiceRoleDAAF0320 is too long. That PR fixes it in version 1.50.0, though I still couldn't get it to work. I changed it manually.
I'm not sure how the sample was created
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I build this solution with
node v14.20.1
,deployment/regional-s3-assets/InnovationSandboxSbxAccount.template
is created like this.But the sample template and
source/test/__snapshots__/cdk.test.ts.snap
is like this.In this reason, the stack is fail with message
Cannot exceed quota for ACLSizePerRole
, and I get the same error even if increase the service quota to the maximum. (no error occurs when use sample template.)And when I try to build this solution with
node v16.18.0
, it doesn't build successfully with this message.If this code doesn't wrong, I think it because node version's difference.
What is the project's standard node version?
I think a node version for the build should be specified in README (or any other place).
Thanks.
The text was updated successfully, but these errors were encountered: