loreanvictor / tyfon

typed functions over network
https://loreanvictor.github.io/tyfon
MIT License
37 stars 4 forks source link

Error when the backend server tries to restart after a change in a file #22

Open must opened 3 years ago

must commented 3 years ago

As shown in the screenshot below, the server is crashing for some reason when some modifications are saved to a file. The server is run with npm start.

Screen Shot 2021-01-22 at 3 59 36 pm
loreanvictor commented 3 years ago

@must could you also include contents of package.json or at least the scripts section so that it is known which script is being executed?