Installation problem #482
-
I need help installing Hydrogen. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I had the same issue and i have no idea if this is a long-term fix.
Now you can create the app. Unfortunately, you will still face issues running it because of this wrong string concatenation on paths ( Note the double C:) . The only solution i have red is:
The .substring(1) will avoid the replicate and make the app run. |
Beta Was this translation helpful? Give feedback.
I had the same issue and i have no idea if this is a long-term fix.
Notice the paths in the error log "path" if you actually go there the folder "starter-templates" is empty.
Try to follow these steps, it worked for me:
In my case, i have chosen Demo-Store and Javascript.
Now you can create the app.
Unfortunately, you will still face issues running it because of this wrong string concatenation on paths ( Note the double C:) .