Shopify / Shopify/extensions-templates
Issue when scafolding order routing location rule extension
Nobody has claimed this yet.
- Dominant language
- Liquid
- Stars
- 132
- Forks
- 23
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 3
Description
Describe the bug
When i run generate extension using CLI i get this error.
Resolving dependencies
Resolved, downloaded and extracted [8]
error: No version matching "2024-10.x" found for specifier "@shopify/ui-extensions" (but package exists)
error: No version matching "2024-10.x" found for specifier "@shopify/ui-extensions-react" (but package exists)
error: @shopify/ui-extensions@2024-10.x failed to resolve
error: @shopify/ui-extensions-react@2024-10.x failed to resolve
bun install v1.1.42 (50eec002)
"@shopify/cli": "^3.76.2"
My other extensions use 2025-01 version.
To Reproduce
Steps to reproduce the behavior:
- Run generate extension using CLI
- Click on 'Order routing location rule - UI Extension '
- See error
Expected behavior
Install the extension folder in my extensions monorepo.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure by generating an Order routing location rule UI extension with @shopify/cli 3.76.2, then inspect the generated extension's dependency declarations. Compare the requested 2024-10.x packages with the available API versions, and verify that the scaffold installs successfully in the extensions monorepo.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bun
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100