Encountered a Node version issue while packaging an iOS application built with React Native #1471
Replies: 3 comments 2 replies
-
Hi @stevenQiang, as the message says, you need a lower version of npm with node 12.22.0. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'm having a similar problem with an older codebase that has Node 12.x. I have tried specifying a few different versions, but keep getting the same error. codemagic.yaml
Build log:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey
I'm trying to use Codemagic to package our iOS application. However, we are using an older version of Node, specifically version 12.22.0. When I configured the node version to 12.22.0 in the codemagic.yaml file and executed yarn, I encountered the following error:
I would like to ask if Codemagic supports specifying a particular version of Homebrew.
Beta Was this translation helpful? Give feedback.
All reactions