Code Monkey home page Code Monkey logo

Comments (3)

lorenwest avatar lorenwest commented on June 23, 2024

A quick search on ENOSPC shows you have no space left on your device. The runtime.json file is probably being watched from the node-config dependency.

from node-monitor.

fed135 avatar fed135 commented on June 23, 2024

As mentionned, plenty of space:

Filesystem Size Used Avail Use% Mounted on
udev 3.9G 0 3.9G 0% /dev
tmpfs 798M 18M 781M 3% /run
/dev/sda1 111G 14G 91G 14% /
tmpfs 3.9G 444K 3.9G 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
tmpfs 798M 56K 798M 1% /run/user/1000

Even changed my tmp path in npm config to /var/logs

Looking into the config package, I see where it does the watch, still unsure why there is an error though.

from node-monitor.

fed135 avatar fed135 commented on June 23, 2024

According a couple bug reports surrounding fs.watch and ENOSPC, it seems like the issue is that the limit for simultaneous file watches has been reached.

I rebooted and now everything seems to run fine.
Not entirely sure where the other file watches were coming from, had no other node process opened.

Oh well, you could maybe add a note about this somewhere.

FYI: I like to know what the libraries I require do behind my back. And preferably, I like them to not do anything behind my back.

from node-monitor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.