I have installed Scriptcs to Sublime Text 3.
I get this error when I press CTRL B and build my aspx page.
'scriptcs' is not recognized as an internal or external command, operable program or batch file.
I'm trying to run my aspx page on Sublime.
How can I fix this ? Thanks.
You need to add
scriptcsto youPATHenvironmental variable, otherwise the system cannot find the executable.The process is described in the ScriptCS documentation:
If you prefer adding
scriptcsto yourPATHmanually (or simply want to get a better general understanding ofPATH), have a look at this excellent answer.