When executing: Shopify version, prompt: Version 3.49.7 Available!, but after execution: After the Shopify Upgrade is successful, it still prompts: Version 3.49.7 available!
1. When executing: Shopify version, prompt: Version 3.49.7 Available!.
PS E:\wwwroot\shopify-theme\theme-20230922> Shopify version Current Shopify CLI Version: 3.49.3 💡 Version 3.49.7 Available!
2. Execute: Shopify Upgrade Success (Hint: Success! Upgraded Shopify CLI to Version 3.49.7.), check the version information, still prompt: version 3.49.7 Available!. as shown in Figure 1
PS E:\wwwroot\shopify-theme\theme-20230922> Shopify Upgrade Upgrading CLI from 3.49.3 to 3.49.7... Attempting to upgrade via npm install -g @shopify/cli@latest @shopify/theme@latest... Changed 911 Packages in 3M 119 Packages are looking for funding run `npm fund` for details ✅ Success! Upgraded Shopify CLI to Version 3.49.7. PS E:\wwwroot\shopify-theme\theme-20230922> Shopify version Current Shopify CLI Version: 3.49.3 💡 Version 3.49.7 Available! PS E:\wwwroot\shopify-theme\theme-20230922>
3. Decide to replace npm install -g with yarn global add, execute: yarn global add @shopify/cli @shopify/theme. After the execution is successful, check the version information: Current Shopify CLI Version: 3.49.7. in line with expectations. as shown in Figure 2
PS E:\wwwroot\shopify-theme\theme-20230922> yarn global add @shopify/cli @shopify/theme YARN Global v1.22.15 [1/4]resolving packages... [2/4]fetching packages... [3/4]Linking Dependencies... warning "@shopify/create-app > @oclif/core > ts-node@10.9.1" has unmet peer dependency "@types/node@*". warning "@shopify/create-app > @oclif/core > ts-node@10.9.1" has unmet peer dependency "typescript@>=2.7". warning "@shopify/cli > zod-to-json-schema@3.21.4" has unmet peer dependency "ZOD@^3.21.4". Warning workspaces can only be enabled in private projects. [4/4]Building fresh packages... The latest version is "1.22.19", while youRe on "1.22.15". Success Installed "@shopify/cli@3.49.7" with binary: - Shopify WARNING "@shopify/theme@3.49.7" has no binaaries Done in 27.75s. PS E:\wwwroot\shopify-theme\theme-20230922> Shopify version Current Shopify CLI Version: 3.49.7

