ENOSPC no space left on device -Nodejs when running npm install

Issue:

npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device

when running npm ci or npm installed or docker-compose up

Solution

The solution is to run docker system prune:

docker system prune