Skip to content
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

ERR_PNPM_LINKING_FAILED  Error: EAGAIN: resource temporarily unavailable, copyfile #1319

Open
darkbasic opened this issue Oct 20, 2023 · 6 comments

Comments

@darkbasic
Copy link

[niko@arch-phoenix docs]$ pnpm install
Scope: all 8 workspace projects
Lockfile is up to date, resolution step is skipped
Packages: +2358
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ERR_PNPM_LINKING_FAILED  Error: EAGAIN: resource temporarily unavailable, copyfile '/home/niko/devel/.pnpm-store/v3/files/d2/32f24accb5a0a8167b68f28432b0f5a9b9837d22d06112f7de79e1f263f1e6dba2fff629e80ea054874e8579d19e06147991c4e0ba71ee302561263d9ae2cc' -> '/home/niko/devel/docs/node_modules/.pnpm/@algolia+client-personalization@4.14.3/node_modules/@algolia/client-personalization_tmp_479393/index.js'

After checking out master and running pnpm install I get this error.

@darkbasic
Copy link
Author

Removing the lockfile doesn't help either:

[niko@arch-phoenix docs]$ rm pnpm-lock.yaml 
[niko@arch-phoenix docs]$ git clean -xdf
Removing node_modules/
[niko@arch-phoenix docs]$ pnpm install
Scope: all 8 workspace projects
Downloading registry.npmjs.org/monaco-editor/0.44.0: 16.74 MB/16.74 MB, done
Downloading registry.npmjs.org/next/13.4.2: 12.33 MB/12.33 MB, done
Downloading registry.npmjs.org/@next/swc-linux-x64-gnu/13.4.2: 38.16 MB/38.16 MB, done
Downloading registry.npmjs.org/@next/swc-linux-x64-musl/13.4.2: 38.07 MB/38.07 MB, done
Downloading registry.npmjs.org/cytoscape-fcose/2.2.0: 7.60 MB/7.60 MB, done
Downloading registry.npmjs.org/turbo-linux-64/1.10.15: 18.10 MB/18.10 MB, done
Downloading registry.npmjs.org/mathjax-full/3.2.2: 8.53 MB/8.53 MB, done
Downloading registry.npmjs.org/@swc/core-linux-x64-gnu/1.3.93: 15.77 MB/15.77 MB, done
 WARN  16 deprecated subdependencies found: @babel/plugin-proposal-class-properties@7.18.6, @babel/plugin-proposal-nullish-coalescing-operator@7.18.6, @babel/plugin-proposal-optional-chaining@7.21.0, chokidar@2.1.8, fsevents@1.2.13, graphql-language-service-interface@2.10.2, graphql-language-service-parser@1.10.4, graphql-language-service-types@1.8.7, graphql-language-service-utils@2.7.1, resolve-url@0.2.1, rollup-plugin-inject@3.0.2, source-map-resolve@0.5.3, source-map-url@0.4.1, sourcemap-codec@1.4.8, urix@0.1.0, uuid-browser@3.1.0
Packages: +2302
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 ERR_PNPM_LINKING_FAILED  Error: EAGAIN: resource temporarily unavailable, copyfile '/home/niko/devel/.pnpm-store/v3/files/69/9b7bdd4d5d1048d6fc74548f2d8b9b7199f1a2aac090d91ed5110bf0d9a4a58409e46e8cdc89e2a18a51a6621e942f3e69771c84408ed8fdbdbe1afaa50a6d' -> '/home/niko/devel/docs/node_modules/.pnpm/@webassemblyjs+helper-code-frame@1.9.0/node_modules/@webassemblyjs/helper-code-frame_tmp_479989/package.json'
Progress: resolved 2401, reused 705, downloaded 1596, added 166
Downloading registry.npmjs.org/@cloudflare/workerd-linux-64/1.20231010.0: 24.68 MB/26.22 MB
Downloading registry.npmjs.org/@swc/core-linux-x64-musl/1.3.93: 10.74 MB/18.99 MB

@darkbasic
Copy link
Author

pnpm/pnpm#7024

@darkbasic
Copy link
Author

pnpm/pnpm#5803

@dimaMachina
Copy link
Collaborator

ensure you have a right pnpm version

"packageManager": "pnpm@8.9.2",

@darkbasic
Copy link
Author

I use corepack

@darkbasic
Copy link
Author

Unfortunately it starts looking like a pnpm quirk with zfs because I've just seen another user hitting the same issue with zfs: pnpm/pnpm#5803 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants