-
Notifications
You must be signed in to change notification settings - Fork 8
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
Type error in rest-api/helpers.ts
#171
Comments
@nasdan can you take a look? |
I think it's an issue with typings if you wipe node_modules and reinstall it will fail. @crsanti experienced a.similar issue in other project. Quick work around fix versions remove the "gorrito" ;) |
Typescript@2.6.1 seems to be the problem, travis is resolving to that version while locally targets to typescript@2.4.2. Same |
We have to upate.typescript to latest stable then try to fix |
Yes, it's about typescript update. To solve It:
In method base |
An error is preveting the pending pull requests to pass travis integration successfully. It seems a type error in
rest-api/helpers.ts
. See full trace below:The text was updated successfully, but these errors were encountered: