-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: CLI 3.74.0 The installed version of the Shopify Functions JavaScript library is not compatible with this version of Shopify CLI. #5238
Comments
I'm also experiencing this on the latest version i.e https://www.npmjs.com/package/@shopify/cli/v/3.74.0 but it works on |
Yes , workaround is downgrading the version. But this must be fixed otherwise we wont be able to use the newest CLI updates. |
I am having the same issue. And unfortunately downgrading wont allow the use of: wasm_opt for optimizing the wasm output of shopify functions when using Rust. |
Anyone found a work around? |
Same here ... |
Same issue - for me deploying through my local cli instead of CI/CD solved it for now. Probably have to downgrade. |
Updating the extension dependency for Running Shopify CLI version |
The same... So painful to deal with these dependency issues |
Hi 👋 Thank you all for reporting this issue. We recently introduced validation that the |
thank you for your kind response, Could you also provide an update on extentions base project(maybe on this thread) because this is just one of the issues of using the latest version on the CLI(from the begining of January). For example openssl now needs to be installed before the CLI and remix. I know updates are great but it kinda made us run in circles. thanks |
Same here. |
It may be better to include a message like "Please upgrade @shopify/shopify_function to a newer version. " Most users don't know how to resolve |
yes, also remember that the base project is set to get latest versions on the package.json |
I have upgraded to 1.0.3 but still experience the same error |
Hey folks 👋 We've released version 3.74.1 of the CLI which allows for the use of versions 0.x.y and 1.x.y of |
Please confirm that you have:
In which of these areas are you experiencing a problem?
Function
Expected behavior
When
shopify app deploy -f --source-control-url "COMMIT_URL"
is sent with the latest CLI it should deploy correctly if you are using the latest version of functions , cli and extentions.Actual behavior
When
shopify app deploy -f --source-control-url "COMMIT_URL"
it says that "The installed version of the Shopify Functions JavaScript library is not \compatible with this version of Shopify CLI."Verbose output
Verbose output
On Friday I installed my project for shopify functions and it deployed correctly.
Today Monday , 7 hours after the new release , I deployed my project and got this error:
"The installed version of the Shopify Functions JavaScript library is not \compatible with this version of Shopify CLI."
Which is a problem because I always install it with the "latest" version aka 3.74.0
This is a bug because I am using the latest CLI and functions for deployment.
Reproduction steps
shopify app deploy
Operating System
ubuntu-latest
Shopify CLI version (
shopify --version
)3.74.0
Shell
No response
Node version (run
node -v
if you're not sure)v18.20
What language and version are you using in your application?
JS
The text was updated successfully, but these errors were encountered: