Problem with npm install - No space left on device [RESOLVED]

npm ERR! nospc ENOSPC: no space left on device,

npm WARN optional Skipping failed optional dependency /nwb/fsevents:npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14npm WARN optional Skipping failed optional dependency /nwb/chokidar/fsevents:npm WARN notsup Not compatible with your operating system or architecture: fsevents@1.0.14npm ERR! Linux 4.4.8-fcnpm ERR! argv “/home/app/.nvm/versions/node/v6.5.0/bin/node” “/home/app/.nvm/versions/node/v6.5.0/bin/npm” "install"npm ERR! node v6.5.0npm ERR! npm v3.10.3npm ERR! code ENOSPCnpm ERR! errno -28npm ERR! syscall writenpm ERR! nospc ENOSPC: no space left on device, writenpm ERR! nospc This is most likely not a problem with npm itselfnpm ERR! nospc and is related to insufficient space on your system.npm ERR! Please include the following file with any support request:npm ERR! /app/npm-debug.log

Hi computerluca,

we are enforcing a 128MB limit on project size, so it is possible that you just reached your quota.

If you think this is not the case, then please provide your project name so that we can look further into your issue :slight_smile:

2 Likes

Thank you for the information!