-
Notifications
You must be signed in to change notification settings - Fork 4.4k
docs(pipelines): document multiple NPM versions issue #13687
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
Conversation
NPM6 can apparently not correctly process a package-lock generated using NPM7. This will crop up more and more as NPM 7 starts becoming more popular; add a documentation section about this. Fixes #13666.
| The stack failed its previous deployment, and is in a non-retryable state. | ||
| Go into the CloudFormation console, delete the stack, and retry the deployment. | ||
|
|
||
| ### Cannot find module 'xxxx' or its corresponding type declarations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't sound isolated to CDK pipelines.
Should this go here instead? https://docs.aws.amazon.com/cdk/latest/guide/troubleshooting.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not strictly "isolated to", no.
But I predict it will be more prevalent in CDK pipelines because the CodeBuild environment is less strictly controlled by users (it's a default image provided by CodeBuild).
Still makes sense to put it close to where people are likely to encounter it.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
NPM6 can apparently not correctly process a package-lock generated using NPM7. This will crop up more and more as NPM 7 starts becoming more popular; add a documentation section about this. Fixes #13666. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
NPM6 can apparently not correctly process a package-lock generated using NPM7. This will crop up more and more as NPM 7 starts becoming more popular; add a documentation section about this. Fixes aws#13666. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
NPM6 can apparently not correctly process a package-lock generated using NPM7.
This will crop up more and more as NPM 7 starts becoming more popular; add a documentation
section about this.
Fixes #13666.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license