Skip to content

TSServer outputs NPM warnings at startup #19660

@micbou

Description

@micbou

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
tsserver

Expected 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

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions