Open
Description
I installed TypeScript for Sublime for the first time and it worked like a charm. All of a sudden I am getting errors about node not running.
Excerpt from console:
spawning node module: C:\Users\psycketom\Desktop\ST3\Data\Packages\TypeScript\tsserver\tsserver.js
Found node executable at node
2015-06-15 16:48:25,048: 12592: ERROR: can not send request; node process not running
I just edited my preferences, to point to the exact node path. No success either:
spawning node module: C:\Users\psycketom\Desktop\ST3\Data\Packages\TypeScript\tsserver\tsserver.js
Found node executable at C:\Program Files\nodejs\node.exe
2015-06-15 16:58:35,129: 12448: ERROR: can not send request; node process not running
After numerous ST restarts, I found out that the problem is occasional.
And environment info:
Windows 7 x64
node v0.12.3
Sublime Text 3, build 3083
What could be the problem?