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

unable to install typings #4

Closed
jimjones26 opened this issue Aug 29, 2017 · 2 comments
Closed

unable to install typings #4

jimjones26 opened this issue Aug 29, 2017 · 2 comments

Comments

@jimjones26
Copy link

npm install @types/rethinkdbdash --save-d

throws a not found error, am I doing something wrong?

@marshall007
Copy link
Collaborator

@jimjones26 until the long awaited microsoft/types-publisher#4 lands you need to reference these typings from GitHub (see #1 (comment) for the explanation). For now just do:

npm install types/rethinkdbdash --save-dev

... which will reference it as a git dependency in your package.json.

@jimjones26
Copy link
Author

Thank you for the quick reply! That worked

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