Error: Looks like you're trying to run a Hydrogen command outside of a Hydrogen project. #3092
Replies: 1 comment
-
Issue is fixed, it was related to one mistake in my project.json file of nx. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I Hydrogen Application is in a monorepo using NX and I am trying to create a script to start the hydrogen from the root package.json, But it is giving me this error
This is my script in root package.json if I run

pnpm run dev
it will give me the error, But if I direclty runnx run storefront:dev
it will work. How to fix this. Below is the proper error screenshot.Beta Was this translation helpful? Give feedback.
All reactions