-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
express
and cookie
typings are not available automatically
#492
Comments
I also encountered the same symptom. In my case, the type inference in the setCookie option did not work, so I solved the problem by adding manually to the project I was using.
|
How would that help? I don't think it will because this packages are not even installed when you install In my understanding this is not Typescript related, more like NPM related thing |
You were right. I was wrong. So, I think the solution is to move the some definition package in devDependencies. If so, I'm thinking of issuing a PR. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I think it's still actual |
nookies
functions depends on typings from other libraries, for example:But it seems like they are not installed automatically because they are in
devDependencies
:Maybe they should be moved to the regular
dependencies
instead? What is the best practice here?The text was updated successfully, but these errors were encountered: