-
Notifications
You must be signed in to change notification settings - Fork 54
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
Error occurs in typescript project #200
Comments
@machenity ran into this today as well. A simple fix for your project is to include For projects that publish external type definitions (like If the authors of this project want to keep the |
@DrewML Thanks for your kind answer! I just installed |
No problem!
To be honest I'm not totally sure - I'm pretty new to working with OpenWhisk myself. Maybe something that @rabbah might know? |
Thanks for tagging me @DrewML. Maybe we can convert the entire library to ts :D We haven't discussed it but we welcome contributions. |
@rabbah That would be pretty awesome 😄. Any idea if there would be pushback from other folks involved in the project? Technically can go the full |
I think it would be welcomed - if you're interested, I'd suggest sending a note to the project dev list ([email protected]) where community members could then more broadly participate. What's important is to note that this package is used a lot both by the project and others downstream, so being mindful that compatibility is important. |
Using this in typescript project occurs error:
I guess It is because swagger-schema-official is a devdependency of openwhisk, and
npm install
doesn't install the devdependencies of the dependencies.Are there any ways to solve the error or I should just ignore it?
The text was updated successfully, but these errors were encountered: