Node and NPM keep on installing

Whenever i restart my discord bot, Node and NPM keep on installing for no reason.

https://gyazo.com/f9e619d4c67cf81351e2a3472f456d32

and now i get this.
https://gyazo.com/8058e89aea28d4b5579aef6f3d40c593

The reason why they keep running is because there is not enough space to install all the dependencies of your project, and now you are out of disk space. We will soon release a fix for this, sorry for the issue :frowning:

Dang it, that really delays my stuff but ok. Hope it gets fixed soon.

In the meantime, you can free up space in your project by removing any unnecessary packages or using fewer packages overall, and take a look at the size of your .git directory - git gc and git prune can help reclaim some space, and if you are not concerned about losing your git history, you can remove the .git directory using rm -rf .git from the console.