When running wash on node.js on Windows, there are a few issues:
An error message is displayed:
readline: Home cursor position unknown, won't redraw.
The prompt is not displayed
A fatal error occurs if hitting the cursor keys (apparently?) randomly a few times:
Welcome to wash version 1.0.0.
Type exit or Ctrl-D to exit.
readline: Home cursor position unknown, won't redraw.
readline: Home cursor position unknown, won't redraw.
Listing of "jsfs:/", 1 entry:
exe/ mimeType: "", mode: "D", mtime: "1969-12-03 16:00:00", size: 0
readline: Home cursor position unknown, won't redraw.
Fatal error: Cannot read property 'column' of null
When running wash on node.js on Windows, there are a few issues: