I am trying to run
$ npm init @Shopify_77 [email removed]
but the process fails because the cli script believes I have an invalid node version.
What version of node & npm work with the current shopify cli (v3.61.2)?
I am trying to run
$ npm init @Shopify_77 [email removed]
but the process fails because the cli script believes I have an invalid node version.
What version of node & npm work with the current shopify cli (v3.61.2)?
Hi @tomadelaney ,
I just modify ‘Shopify’ into ‘shopify’ and create app execution works. Maybe you just type wrong characters. For further informations, Shopify CLI v3.61.2 only work on Node >= 18.20.0 or >= 20.10.0 like the following picture.
If it helps you, please like and mark it as the solution.
Best Regards
Thanks, I appreciate your reply.
My issue is deeper; CLI3 has worked flawlessly for 6 months, but it
now errors out, thinking that I am running invalid Node v20.6.0.
I’ll sort it out!
Thank you for marking my answer as a solution.
Ya, I think using the tag “latest” is quite dangerous for developers. I didn’t get the issue with Shopify cli as you did but I have met version issue with other package recently while using “latest” tag because that package just has some major updates. Anw, hope you fix the issue soon.