You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ()
at emit (events.js:74:15)
at ChildProcess. (/Users/markmuskardin/code/javascript/stellar-wallet/node_modules/stex/node_modules/nodemon/lib/monitor/run.js:119:11)
at ChildProcess.emit (events.js:98:17)
at Process.ChildProcess._handle.onexit (child_process.js:810:12)
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 ()
at emit (events.js:74:15)
at ChildProcess. (/Users/markmuskardin/code/javascript/stellar-wallet/node_modules/stex/node_modules/nodemon/lib/monitor/run.js:119:11)
at ChildProcess.emit (events.js:98:17)
at Process.ChildProcess._handle.onexit (child_process.js:810:12)
Any clue?