Skip to content
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

fix(cli): Pin @ionic/utils-subprocess version for node 12 support #6524

Merged
merged 1 commit into from
Apr 20, 2023

Conversation

jcesarmobile
Copy link
Member

Latest release of @ionic/utils-subprocess doesn't work on node 12.
While docs say that Capacitor 4 supports node 14 and newer, on code it requires node 12.4 or newer, so I think it should still work there.
Or if not, we should change the node check to require node 14 so the users see an error about the node version being unsupported rather than a weird message

@IT-MikeS
Copy link
Contributor

I think we should also edit the 4.x docs to say node 12 as this is the least disruptive option so we don't cause errors for those using 4.x on 12.

@jcesarmobile jcesarmobile merged commit c714408 into 4.x Apr 20, 2023
@jcesarmobile jcesarmobile deleted the node-fix branch April 20, 2023 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants