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 is required #83

Closed
xtellurian opened this issue Aug 7, 2018 · 2 comments
Closed

@types/bluebird is required #83

xtellurian opened this issue Aug 7, 2018 · 2 comments

Comments

@xtellurian
Copy link

Installing just BotTester and then compiling tests in Typescript throws the following

node_modules/bot-tester/dist/BotTester.d.ts:1:23 - error TS2688: Cannot find type definition file for 'bluebird'.

1 /// <reference types="bluebird" />

Workaround: npm install --save-dev @types/bluebird

@microsoftly
Copy link
Owner

@types/bluebird is already defined as a dev dep. Are you sure it was installed properly the first time?

@xtellurian
Copy link
Author

True!
Ignore me 😜

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