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
I keep on getting this error while tring to run the command npm create @shopify/hydrogen@latest --template demo-store.
`C:\Users\Ander\Documents\GitHub\festivalteltet>npm create @shopify/hydrogen@latest --template hello-world
✔ Choose a template · Hello World
✔ Choose a language · JavaScript
✔ Where would you like to create your app? · hydrogen-storefront
C:\Users\Ander\AppData\Local\npm-cache_npx\e1eac94ad41cc36f\node_modules\yoga-layout-prebuilt\yoga-layout\build\Release\nbind.js:53
throw ex;
^
[Error: ENOENT: no such file or directory, lstat 'C:\Users\Ander\AppData\Local\npm-cache_npx\e1eac94ad41cc36f\node_modules@shopify\cli-hydrogen\dist\starter-templates\[email protected]\templates\hello-world'] {
errno: -4058,
code: 'ENOENT',
syscall: 'lstat',
path: 'C:\Users\Ander\AppData\Local\npm-cache\_npx\e1eac94ad41cc36f\node_modules\@Shopify\cli-hydrogen\dist\starter-templates\[email protected]\templates\hello-world'
}
What is the location of your example repository?
No response
What version of Hydrogen are you using?
latest
What version of Remix are you using?
latest
Steps to Reproduce
I keep on getting this error while tring to run the command
npm create @shopify/hydrogen@latest --template demo-store
.`C:\Users\Ander\Documents\GitHub\festivalteltet>npm create @shopify/hydrogen@latest --template hello-world
✔ Choose a template · Hello World
✔ Choose a language · JavaScript
✔ Where would you like to create your app? · hydrogen-storefront
C:\Users\Ander\AppData\Local\npm-cache_npx\e1eac94ad41cc36f\node_modules\yoga-layout-prebuilt\yoga-layout\build\Release\nbind.js:53
throw ex;
^
[Error: ENOENT: no such file or directory, lstat 'C:\Users\Ander\AppData\Local\npm-cache_npx\e1eac94ad41cc36f\node_modules@shopify\cli-hydrogen\dist\starter-templates\[email protected]\templates\hello-world'] {
errno: -4058,
code: 'ENOENT',
syscall: 'lstat',
path: 'C:\Users\Ander\AppData\Local\npm-cache\_npx\e1eac94ad41cc36f\node_modules\@Shopify\cli-hydrogen\dist\starter-templates\[email protected]\templates\hello-world'
}
Node.js v18.14.0
npm ERR! code 7
npm ERR! path C:\Users\Ander\Documents\GitHub\festivalteltet
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c create-hydrogen hello-world
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Ander\AppData\Local\npm-cache_logs\2023-02-14T15_18_01_885Z-debug-0.log `
I really dont understand why this is happening?
Expected Behavior
Create new folder with template
Actual Behavior
Exit on failure
The text was updated successfully, but these errors were encountered: