Skip to content

shopify hydrogen #1852

Discussion options

You must be logged in to vote

It sounds like you're getting stuck on how to access commands that are installed within your project's node_modules. You can use either npx or yarn to run this command.

For example:

  • If you are using npm, you can access your locally-installed package by running npx. For example, npx shopify hydrogen.
  • If you are using yarn, you can take a small shortcut by running yarn shopify hydrogen which will use the shopify package installed within your node_modules directory.

For more info, see documentation on npx and yarn

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by frehner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants