-
Notifications
You must be signed in to change notification settings - Fork 62
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
npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, write #33
Comments
Use the actions menu in cloud shell to delete the home directory and reset,
them run it again
…On Mon, Mar 7, 2022, 3:42 PM tmoney11 ***@***.***> wrote:
Using AWS CloudShell, I run the one-liner and it gets to the point where
it prompts me for region, email, phone, price, etc. So far so good, once it
gets ready to deploy I start to get tons of the following error:
null_resource.npm_install-spot_monitor (local-exec): npm WARN tar
TAR_ENTRY_ERROR ENOSPC: no space left on device, write
and the end of it looks like this: [image: Screen Shot 2022-03-07 at 5 40
45 PM]
<https://user-images.githubusercontent.com/1537508/157130209-10cc7e98-2c44-4c15-9523-ae7b0670b25f.png>
Any suggestions on expanding storage for CloudShell?
—
Reply to this email directly, view it on GitHub
<#33>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABDAN2W3IIMQ4GOQGQT6R3U62A35ANCNFSM5QEU3MCQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
*For more clarity, you can't increase the space on the CloudShell. NPK gets around the space limitations by creating a symlink to the ephemeral data store in the cloudshell to store larger files. It works great from scratch, but if your CloudShell is dirty, it can still run out of space. If you use the 'Actions' menu in the CloudShell console to delete the home directory and reset the CloudShell, it returns your CloudShell to a pristine state that will work with the one-liner. If that doesn't work, drop by the Discord and I'll help you in the NPK channel. |
awesome I'll give it a shot and provide an update in a bit |
Fixed in #34 and merged to main |
Using AWS CloudShell, I run the one-liner and it gets to the point where it prompts me for region, email, phone, price, etc. So far so good, once it gets ready to deploy I start to get tons of the following error:
null_resource.npm_install-spot_monitor (local-exec): npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, write
and the end of it looks like this:
Any suggestions on expanding storage for CloudShell?
The text was updated successfully, but these errors were encountered: