-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
@typesRelates to working with .d.ts files (declaration/definition files) from DefinitelyTypedRelates to working with .d.ts files (declaration/definition files) from DefinitelyTypedBugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
TypeScript Version: 2.0 beta
Code
// A *self-contained* demonstration of the problem follows...
npm install --save @types/elasticsearchExpected behavior:
successfully install elasticsearch.d.ts
Actual behavior:
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/Cellar/node/6.2.2/bin/node" "/usr/local/bin/npm" "install" "--save" "@types/elasticsearch"
npm ERR! node v6.2.2
npm ERR! npm v3.9.5
npm ERR! code E404
npm ERR! 404 Not found : @types/elasticsearch
npm ERR! 404
npm ERR! 404 '@types/elasticsearch' is not in the npm registry.
more info
https://www.npmjs.com/package/@types/elasticsearch is not present in npm, but yes here:
https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/elasticsearch/elasticsearch.d.ts
I was expecting to be in sync.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@typesRelates to working with .d.ts files (declaration/definition files) from DefinitelyTypedRelates to working with .d.ts files (declaration/definition files) from DefinitelyTypedBugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue