You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using yarn 3.2.4 the steps to initialized a new project: yarn create @shopify/hydrogen@latest is invalid. I think its meant for that old outdated yarn v1.
Running this results in:
And yes my internet connection is just fine.
I am on MacOS ventura, NodeJS 18.
This works fine using npm.
Expected Behavior
I would expect the demo store to be installed.
Actual Behavior
Permission error as posted above.
The text was updated successfully, but these errors were encountered:
Apparently, in Yarn 2+ the package is installed in a location where Node doesn't have rights to write to filedisk. This is a problem because we are downloading templates and storing them within the package.
Perhaps we could ask for an alternative path to store templates, or use some sort of cache in ~/....
In any case, you can probably create the project using NPM instead, and then install deps and run it with Yarn v2+?
What is the location of your example repository?
No response
What version of Hydrogen are you using?
N/A
What version of Remix are you using?
No response
Steps to Reproduce
Using yarn 3.2.4 the steps to initialized a new project:
yarn create @shopify/hydrogen@latest
is invalid. I think its meant for that old outdated yarn v1.Running this results in:

And yes my internet connection is just fine.
I am on MacOS ventura, NodeJS 18.
This works fine using npm.
Expected Behavior
I would expect the demo store to be installed.
Actual Behavior
Permission error as posted above.
The text was updated successfully, but these errors were encountered: