-
-
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
Add tip about ARM64 when generating Docker Compose files #21247
Conversation
I'm not sure why snapshots were deleted when I ran |
If I restore the snapshots and run |
I tried running |
Merged without finishing the build 😕 . I thought it wasn’t possible . |
@mshima Do you know why
|
It should take less than 3min. I will try. |
@mraible try to remove node_modules. And run npm ci. |
Removing
I ran |
Node 18 support looks broken at main |
I just tested this issue with Node 16 and it doesn't happen. It seems to be a Node 18 issue. |
@mraible tried with 18.13.0 and it works. |
@mshima Maybe it's a problem with v18.14.0? That's what I'm using and it stops before installing anything when I run Since 18.15.0 is the latest LTS (according to https://nodejs.org), I tried that too. I get the same result. I tried with Node.js 18.13.0 and it seems to work fine. |
I thought I had said it was broken on 18.14.0 and 18.14.1. |
@mraible looks related to nodejs/node#46595. |
Fixes an issue I've had in demos when I copy the command verbatim on my M1.
Please make sure the below checklist is followed for Pull Requests.
When you are still working on the PR, consider converting it to Draft (below reviewers) and adding
skip-ci
label, you can still see CI build result at your branch.