mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[GH-ISSUE #115] throw er; // Unhandled 'error' event #84
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KorroQln on GitHub (Mar 8, 2018).
Original GitHub issue: https://github.com/mthenw/frontail/issues/115
C:\Users\Servr>frontail C:\log\log.1520503819
events.js:160
throw er; // Unhandled 'error' event
^
Error: spawn tail ENOENT
at exports._errnoException (util.js:1022:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickCallback (internal/process/next_tick.js:98:9)
at Module.runMain (module.js:606:11)
at run (bootstrap_node.js:394:7)
at startup (bootstrap_node.js:149:9)
at bootstrap_node.js:509:3
@mthenw commented on GitHub (Mar 12, 2018):
Hey @hazimaqlan,
looks like you are running frontail on Windows where there is no
tailcommand. Right now that's the limitation.@MDecker-MobileComputing commented on GitHub (Dec 31, 2019):
I was able to run frontail on Windows 10 using the Bash shell on Ubuntu provided by the "Windows Subsystem for Linux (WSL)".
For instructions on how to install WSL you can refer to this article.
You also need to make a separate install of Node.js in this Bash shell which can be done as follows (see also here):