Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
When following the Documentation on how to get Started with Developing a Shopify Theme I run Into an Error. I'm on Windows and trying to globally install @Shopify/cli with npm. I tried to Use CMD and PWSH version 6 and 7.
Here u can see that i have installed all mentioned Requirements, and see the Full Error Output.
Solved! Go to the solution
This is an accepted solution.
I figured It out. The problem lies in the yarn Preinstall Script(Related Issue). Just change the npm script-shell to cmd with
npm config set script-shell cmd
after the install is done u can revert this with
npm config set script-shell pwsh
I hope this helps anyone else encountering this Propblem.
This is an accepted solution.
I figured It out. The problem lies in the yarn Preinstall Script(Related Issue). Just change the npm script-shell to cmd with
npm config set script-shell cmd
after the install is done u can revert this with
npm config set script-shell pwsh
I hope this helps anyone else encountering this Propblem.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025