Stex Not Working
The command "stex www --watch" does not work. Firstly, the command cannot be found; however, even when prefacing the command with the path to the Stex executable I am receiving an error:
./node_modules/stex/bin/stex www --watch
events.js:74
throw TypeError('Uncaught, unspecified "error" event.');
^
TypeError: Uncaught, unspecified "error" event.
at TypeError (
Any clue?
Looks like a problem with --watch. Will look into it. In the meantime try it without that flag.
Thank you, you are correct! BTW, the README needs to be updated to indicate the path to the stex excecutable.