-
Notifications
You must be signed in to change notification settings - Fork 101
ERROR: unable to select packages: nodejs-npm (no such package) #34
Comments
I'm not 100% sure on what's going on, but I think this is linked to it. Yesterday alpine v3.14 got released. And I guess this might be the cause that nodejs-npm can't be found any more A possible quick fix might be to just use an older version of the alpine image: |
Replacing "nodejs-npm" with "npm" also looks like a solution. |
You are right. I just tried it locally and it is able to build without any issues. And I guess this solution is cleaner than downgrading |
Glad the fix is in! That was fast ⚡ Any guess on when that PR will be merged in? |
My deployments are not working because of this. Any way to work around it while the PR is merged? |
@Zerquix18 you can fork the project and change what @jeham suggested (start using your fork image (Zerquix18/aws-cdk-github-actions@master as an example) instead of this one). |
The fix appears to work 👍 |
Using:
youyo/aws-cdk-github-actions@v2
, and running onubuntu-latest
.As of yesterday, seeing this error when trying to perform cdk diff:
The text was updated successfully, but these errors were encountered: