Open
Description
opened on Dec 5, 2024
Self-service
- I'd be willing to implement a fix
Describe the bug
TAR_ENTRY_ERROR ENOSPC: no space left on device, open 'path/to/project/node_modules/loose-envify/replace.js'
I encounter this error when running yarn install. Can you please help me resolve the "no space left on device" issue?
I am using Debian 11 and have no idea what the root cause could be. This issue started occurring suddenly, without any changes I’m aware of.
To reproduce
just trying yarn install
or create next app command npx create-next-app@latest
Environment
System:
OS: Linux 5.10 Debian GNU/Linux 11 (bullseye) 11 (bullseye)
CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Binaries:
Node: 20.13.0 - /tmp/xfs-af483f15/node
Yarn: 1.22.22 - /tmp/xfs-af483f15/yarn
npm: 10.9.1 - ~/.nvm/versions/node/v20.13.0/bin/npm
pnpm: 9.14.4 - ~/.nvm/versions/node/v20.13.0/bin/pnpm
Additional context
No response
Activity