Fran Dios
Fran Dios
Thanks everyone for reporting this. Trying to fix it in https://github.com/Shopify/hydrogen/pull/495 . If anyone has some time and a Windows machine, please test these changes.
Please try updating to `@shopify/cli-hydrogen@^4.0.5`, or directly with `npm create @shopify/hydrogen@latest` again 🤞
@jarnodev Nice catch! That might be at least one of the problems. Regardless, we will try to get access to Windows environments before closing this issue again. We've been debugging...
Thanks for testing it @DavidWittness ! Yeah the fix for `new URL(file:///${relativeFilePath})` only affects the `dev` command. For the `init` command the issue is probably related to https://github.com/Shopify/hydrogen/pull/528
@DavidWittness >Could devs have access to these templates if they are CLI averse? Jump from a docs link to the repo folder where they can copy the raw code into...
@benjaminsehl >Did we explore any other methods to accomplish this? Why was this one chosen? Do you mean making it a separate command, or the actual implementation? I started it...
@mynameisadamf Do you think it would be OK to add an extra step for "install a global `h2` shortcut?" in the project creation process? If so, opinions on how it...
It seems to work on Windows now 🎉
>Is there an overview with pros and cons of the approaches? Alright, some approaches with the pros/cons that I see (open to different opinions, of course): ### Installing a global...
@pepicrft Thanks for the insights! While I agree that installing the CLI globally sounds good and is straightforward with all package managers, I still have some concerns about versioning. Replying...