Node Version Compatibility
-
Hi,
Which minimum Node JS version is required related to fusion Auth working with SDK in community version as we have old version of node JS 10.x, 12.x or 13.x so we need to check fusion AUTH related to these versions.
Also I need to ask same for express JS version as well.
Thanks
-
@max-0 our SDK package.json can be found here https://github.com/FusionAuth/fusionauth-typescript-client/blob/master/package.json
In reality, we don't impose any limitations on a client, if something doesn't work well with your setup you can always exit from the SDK strategy and call the API's directly.
-
@alex-patterson said in Node Version Compatibility:
@max-0 our SDK package.json can be found here https://github.com/FusionAuth/fusionauth-typescript-client/blob/master/package.json geometry dash scratch
In reality, we don't impose any limitations on a client, if something doesn't work well with your setup you can always exit from the SDK strategy and call the API's directly.
Great! This is what I'm looking for
-
@alex-patterson said in Node Version Compatibility:
@max-0 our SDK package.json can be found here https://github.com/FusionAuth/fusionauth-typescript-client/blob/master/package.json
In reality, we don't impose any limitations on a client, if something doesn't work well with your setup you can always exit from the SDK strategy and call the API's directly.
Hello! I think I should contact customer service
-
@Alex-Patterson said in Node Version Compatibility:
@max-0 our SDK package.json can be found here https://github.com/FusionAuth/fusionauth-typescript-client/blob/master/package.json
In reality, we don't impose any limitations on a client, if something doesn't work well with your setup you can always exit from the SDK strategy and call the API's directly.
Thanks for the clarification! Good to know we can always call the APIs directly if needed.
-
I ran into a similar issue recently while trying to upgrade my stack. It seems like FusionAuth is generally pretty stable on the LTS versions, but things can get a bit 'interesting' if you're jumping to the absolute latest bleeding-edge Node release before they've officially validated it.
I've found that sticking to the even-numbered LTS releases usually saves a lot of headache with the client libraries. Are you seeing specific crash logs, or is it just a dependency resolution error during the build?