-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
Since TypeScript 2.6.1, TSServer outputs NPM warnings at startup (see actual behavior below). That's problematic since clients expect HTTP-like responses from TSServer stdout.
TypeScript Version: 2.7.0-dev.20171101
Steps to reproduce
npm -g install typescript@next
tsserverExpected behavior:
No output.
Actual behavior:
The following lines are printed:
npm WARN 2.7 No description
npm WARN 2.7 No repository field.
npm WARN 2.7 No license field.
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue