Failed to build extension code with "shopify extension push"
See original GitHub issueshopify extension push
returns the following
Failed to build extension code.
┏━━ Building extension with: npm… ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
┃
┃ > product-reviews-sample-checkout-extension@0.1.0 build
┃ > checkout-ui-extensions-run build
┃
┃ sh: checkout-ui-extensions-run: command not found
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
What’s funny is that it did create checkout extension albeit the error.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Problem in shopify extension push
I'm using shopify cli to push my app's theme extension. Basically the app was build with script tag , so we just put...
Read more >Fail building shopify theme app extension - Stack Overflow
1 Answer 1 · Use rbenv to install latest Ruby version (3.1.2) · Target rbenv version to latest version by rbenv global 3.1.2...
Read more >Deploy and publish an app extension - Shopify.dev
After deploying your extension code to Shopify, you can preview a draft of the extension on a development store before creating a version....
Read more >Creating custom Shopify Checkout experiences with Checkout ...
In this workshop you will learn many of the core concepts of building a custom ... Checkout UI extensions let you add custom...
Read more >Shopify App with Theme App Extensions | Anthony Pace Blog
Any time you update the theme app extension you'll need to re-push the code from the Shopify CLI with the command shopify extension...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Fixed for me, by running
npm install
in the checkout app extension folder. This was not specified in the README.md and should be in my opinion.Finally notice that it has to be enabled in theme editor, or via deep linking https://www.youtube.com/watch?v=xYz_XMY7jEU&t=259s