We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This fails:
test-srv3.hq.lan:~# docker run -it node:20.3.0-bullseye bash root@ed020dd3f80e:/# yarn add bufferutil yarn add v1.22.19 info No lockfile found. [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Building fresh packages... error /node_modules/bufferutil: Command failed. Exit code: 126 Command: node-gyp-build Arguments: Directory: /node_modules/bufferutil Output: /bin/sh: 1: node-gyp-build: Text file busy
This works:
test-srv3.hq.lan:~# docker run -it node:20.3.0-bullseye bash root@ed020dd3f80e:/# UV_USE_IO_URING=0 yarn add bufferutil
Refs: #48444
The text was updated successfully, but these errors were encountered:
The same thing as here: nodejs/docker-node#1912 (comment)
Sorry, something went wrong.
Duplicate of #48444
I'll close this in favor of #48444 since that's where all the discussion is taking place.
No branches or pull requests
This fails:
This works:
Refs: #48444
The text was updated successfully, but these errors were encountered: