The size of my meteor project is out of control
I am using an online IDE (nitrous oxide) and my project size is 2.9gb. I can't even run the command meteor
.
Is there a way to clear the project to reset the size? (I cannot run meteor reset)
Also, if I want to deploy the project to the server, the project size will get huge?
Note: This happened to me 2 times. I recreated another box and then started uploading my project, but recreating the boxes and uploading is really painful and time consuming.
source to share
Sup Rasof, look at this directory
root>projectName>.meteor>local>db>journal
Remove all Prealloac, I have the same problem, some functions from mongodb to pre-assign a date for you, I am looking into some and it looks like the data is ignored for meteor in deployment, but as you are using nitrous.io you actually using the space of the box, so it can't be started.
You receive the error message: enospc, no space left on your device?
if it just removes the prealloc files
Edit
Meteor Reset
also works
source to share