App reviews, troubleshooting, and recommendations
I have been trying to create a subscription plan extension app for a project, but whenever i try to serve it to start a server it gives me this Error "✗ `@shopify/admin-ui-extensions-run` package not found.". I've used shopify cli to scaffold the product subscription app extension.
I have tried to re-install the admin-ui-extensions-run npm, and the entire extension project, but it does not work.
any idea's would be greatly appreciated
thank you
Same problem here as well. Tried with both Vanilla JS and React JS option.
I'm getting the same problem. There doesn't seem to be any documentation about it.
Same problem here.
Same problem here, even after following the steps on this page:
https://shopify.dev/apps/tools/cli/troubleshooting#product-subscription-app-extension
I got it working with the following steps:
Deleted node_modules folder and package-lock.json
Ran 'yarn install'
Running 'npm install' instead of 'yarn install' might also work but I haven't tested that.
Dear Muttahhar,
Thanks for posting!
Just tried with both yarn and npm, however still the issue persists. Is there anything further you did differently to make it work?
Were you able to run the further steps mentioned in the following doc?
Thanks.
No, I didn't do anything else. But I did select the vanilla js option.
This is my configuration:
Ubuntu 20.04.3
shopify-cli version 2.3.0
yarn version 1.22.5
node version 14.17.6
I haven't yet followed the entire doc but as mentioned in the doc, I am able to see the Subscriptions card in my developmental store's product pages and can also see the extension in the Developer Console. I am also able to see some minor text changes I made in the index.js file.
Hi @Skyttexd @mathanlogi @Webdibs @threelyons
Could you please add as much information as you can about the issue you're experiencing on https://github.com/Shopify/shopify-cli/issues/1452 - any info about how your app is set up, or additional messaging in the logs would be helpful. Thanks!
To learn more visit the Shopify Help Center or the Community Blog.
ADded, I had to create a new application and overwrite my code on it. So I don't think my code caused this.
There is some issue with installing the package `@shopify/admin-ui-extensions-run` on your local. Shopify CLI cannot find it
This fix https://github.com/Shopify/shopify-cli/issues/1452#issuecomment-924552185 might help
Thank you! Using yarn instead of npm for install solved my problem!
Check your node_modules/@shopify folder for admin-ui-extensions
If its not there run:
npm i @Shopify/admin-ui-extensions
Note that capital letters are not allowed. Use npm i @shopify/admin-ui-extensions
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024