MongoDB server is inactive due to no space. to fix this clear cache memory, remove unwanted files and delete big files.
to clear cache use this command in ubuntu > npm cache clean --force
try to run
if not try this command too > sudo apt-get clean
Thank you