can't run yarn: Could not write file "/sandbox/yarn-error.log": "ENOSPC: no space left on device, write" #5646
-
https://codesandbox.io/s/github/NullVoxPopuli/ember-new-output/tree/stable?file=/package.json |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
@NullVoxPopuli I had a look into this for you today. I couldn't identify the reason for the container being out of space, but found you could work around the issue by updating the node version used to 14. To do this in your sandbox, please see these docs. Please let me know if this resolves the issue for you. Thanks! |
Beta Was this translation helpful? Give feedback.
-
@NullVoxPopuli I deleted that template's persistent volume and restarted it, now it only uses ~350MB and it's working fine. |
Beta Was this translation helpful? Give feedback.
@NullVoxPopuli I had a look into this for you today. I couldn't identify the reason for the container being out of space, but found you could work around the issue by updating the node version used to 14.
To do this in your sandbox, please see these docs.
Please let me know if this resolves the issue for you. Thanks!