microsoft / microsoft/TypeScript-Sublime-Plugin
ERROR: can not send request; node process not running
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 236
- Avg merge
- 21d 13h
- Merged PRs (30d)
- 1
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?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the TypeScript plugin's tsserver.js launch path and the console output showing how the node executable is found. Reproduce the intermittent failure on the reported Windows, Node v0.12.3, and Sublime Text 3 setup, then review the 48-comment thread for the agreed failure mode. Done should mean the request no longer fails when the node process is available, with the behavior verified against this scenario.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs, typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100