Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@types/bluebird missing 'Map' #46

Closed
gpresland opened this issue Jul 25, 2017 · 1 comment
Closed

@types/bluebird missing 'Map' #46

gpresland opened this issue Jul 25, 2017 · 1 comment

Comments

@gpresland
Copy link

@types/bluebird gives the following error:

node_modules/@types/bluebird/index.d.ts(623,33): error TS2304: Cannot find name 'Map'.
node_modules/@types/bluebird/index.d.ts(623,78): error TS2304: Cannot find name 'Map'.
node_modules/@types/bluebird/index.d.ts(810,39): error TS2304: Cannot find name 'Map'.
node_modules/@types/bluebird/index.d.ts(810,78): error TS2304: Cannot find name 'Map'.
node_modules/@types/bluebird/index.d.ts(813,27): error TS2304: Cannot find name 'Map'.
node_modules/@types/bluebird/index.d.ts(813,65): error TS2304: Cannot find name 'Map'.
@unional
Copy link
Collaborator

unional commented Jul 25, 2017

That typings is from DefinitelyTyped. Please post your issue there.
This repo is used by typings, and with some slight mod can be used by npm install types/bluebird (without "@").

This is also waiting for microsoft/types-publisher#4 lands

@unional unional closed this as completed Jul 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants