LaTeX.js
LaTeX.js copied to clipboard
Running LaTeX.js in Windows gives error
After installing npm and latex.js as the README.md shows running latex.js yields the following error:
Hm... I guess this might mean that PowerShell cannot execute the standard shell scripts, because line 1 is
#!/usr/bin/env node
So the # is a problem... I don't know Windows/PowerShell, so no idea what to do here.
Run it as node latex.js ?
yeah... that idea would work, but you would have to add the full path to latex.js - which is kind of ugly. Can't we install a binary on Windows that works when typing just latex.js?