-
Notifications
You must be signed in to change notification settings - Fork 130
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]: Issue running npm run deploy (javy) #3252
Comments
I recommend just trying again and seeing what happens. |
@amcaplan thanks, tried now and it works :) |
How about MacOs less then 14.x ? how to fix this issue? Is that possible? |
I've fixed this problem on my Mac OS Catalina with FORCE_RELEASE=v1.4.0 npx javy-cli@latest |
For anyone still got this problem, here's how I've fixed this problem on Mac M1 (OS 11.x)
I know that's bad solution but it worked. Thanks! |
Please confirm that you have:
In which of these areas are you experiencing a problem?
Function
Expected behavior
Running
npm run deploy
should deploy a new version of my product discount functionActual behavior
Similar to the issue #2626 (closed)
Output after running
npm run deploy
is:Output of
npm list javy-cli
is:Downgrading to
@shopify/app
and@shopify/cli
to v3.50.0 works.Verbose output
Reproduction steps
@shopify/app
and@shopify/cli
versions 3.50.0 to 3.53.0npm run deploy
to deploy existing product discount functionOperating System
Mac OS Sonoma v14.1
Shopify CLI version (check your project's
package.json
if you're not sure)3.53.0
Shell
No response
Node version (run
node -v
if you're not sure)20.9.0
What language and version are you using in your application?
No response
The text was updated successfully, but these errors were encountered: