-
Notifications
You must be signed in to change notification settings - Fork 27
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
Issues with building app with fusionauth-typescript-client #59
Comments
Thanks for the bug report. Will take a look in the next few days. |
Same issue with 1.30.2. |
for anyone else coming here from a google search, here's how i got it "working" in my project: install node package patch-package in your package.json file add the following script to the in repeat in after saving your changes, in your project root run and voila. this is really more of a band-aid rather than a proper fix but if you need to go live asap this seems to work. |
@ocean-rey You could also try adding |
I did try this but it didn't seem to work for me; perhaps i'm doing something wrong? |
For me |
When I try to build app
tsc --build
with lib installed, I get an error like this:Typescript and lib versions:
The quick fix is to add "@types/node-fetch": "^2.5.7" to dependencies.
Current version of node-fetch already contains types but, there is no such type like
RequestCredentials
.Is there any other fix ? or is it possible to update node-fetch here to the latest one ?
The text was updated successfully, but these errors were encountered: