You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2024. It is now read-only.
Using npm 2.5.1 we observe that files are left in /tmp/ after installation. This can cause the disk to fill up if you do many installations. We probably need to do some manual cleanup of npm or pass the right parameters to the library so it cleans up properly. After an install completes you will noticed a /tmp/npm-$hash directory, these should be removed after a successful install.
Using npm 2.5.1 we observe that files are left in /tmp/ after installation. This can cause the disk to fill up if you do many installations. We probably need to do some manual cleanup of npm or pass the right parameters to the library so it cleans up properly. After an install completes you will noticed a
/tmp/npm-$hashdirectory, these should be removed after a successful install.