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

npm WARN tar TAR_ENTRY_ERROR ENOSPC: no space left on device, write #33

Closed
tmoney11 opened this issue Mar 7, 2022 · 4 comments
Closed

Comments

@tmoney11
Copy link

tmoney11 commented Mar 7, 2022

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: Screen Shot 2022-03-07 at 5 40 45 PM

Any suggestions on expanding storage for CloudShell?

@c6fc
Copy link
Owner

c6fc commented Mar 7, 2022 via email

@c6fc
Copy link
Owner

c6fc commented Mar 7, 2022

*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.

@tmoney11
Copy link
Author

tmoney11 commented Mar 8, 2022

awesome I'll give it a shot and provide an update in a bit

@c6fc
Copy link
Owner

c6fc commented Mar 9, 2022

Fixed in #34 and merged to main

@c6fc c6fc closed this as completed Mar 9, 2022
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