Year: 2023
-
Post Views: 45 1. An error is reported when executing YARN-related commands in Windows PowerShell: & as shown in Figure 1 2. Decide to replace & with “&”, and then execute: after the yarn hothop theme build is successful, an error is reported:hothopNot an internal or external command, nor is it a runnable program or batch file. 3. Add yarn…
-
Post Views: 17 1. When executing: Shopify version, prompt: 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 3. Decide to replace npm install -g with yarn global add, execute: yarn global add @shopify/cli @shopify/theme. After the execution is…
-
Post Views: 40 1. Reference:Capturing Shopify CLI 3.x after installing Fiddler Classic in Windows 10 . Ultimately not realized. 2. Reference:If you’re just looking for a Fiddler-like HTTP debugging tool for Node.js, an open source project called HTTP Toolkit, open a terminal from the application with one click. Start any node CLI/server/script from that terminal. All HTTP or HTTPS requests…
-
Post Views: 22 1. Reference:Capturing Shopify CLI 3.x after installing Fiddler Classic in Windows 10 . Reference:Capturing Shopify CLI 3.x after installing Fiddler Everywhere in Windows 10. All ended in failure. 2. Select the network interface: From the main window of Wireshark, select the network interface that Shopify CLI traffic will pass through. Since mine is a laptop, connected to…
-
Post Views: 19 1. The values in the JSON field are as follows. The fields to query: $.current.sections.announcement-bar.blocks.*.settings.text. The field key corresponding to * is unknown. as shown in Figure 1 2. The final sql is as follows, the query result is an array, if it does not exist, it is null. as shown in Figure 2 3. Announcement-bar needs…
-
Post Views: 22 1. Reference:Capturing Shopify CLI 3.x after installing Fiddler Classic in Windows 10 . Ultimately not realized. 2. Reference:Create a unified Telerik account to register and become a trial user. Start your 10-day free trial. as shown in Figure 1 3. By default, you can only use Fiddler Everywhere to track non-secure HTTP system traffic. Therefore, to enable…
-
Post Views: 21 1. In the Ouyi APP: I found that the price limit entrustment suddenly disappeared. All Types (84) Price Limit | Market Price (10). All types and price limits | The quantity of market prices has been greatly reduced. as shown in Figure 1 2. Check the price limit | market price (10), basically all the reduction is…
-
Post Views: 15 1. Now you need to take the URI format data from a one-dimensional array. The print result of a one-dimensional array, as shown in Figure 1 2. The implementation is as follows based on the filter_var code, and the printing result is as follows, which does not meet the expectations, which exists: internal://policy_pages/29 3. Obtain the scheme…
-
Post Views: 23 1. Open the URL:Download: Download Fiddler Classic and install. as shown in Figure 1 2. When opening Fiddler, a prompt pops up: Windows uses an isolation technology called “AppContainer”, which may interfere with traffic capture from immersive applications and Edge browsers. Use the WinConfig button in the Progress Telerik Fiddler Classic toolbar to enable traffic capture. Click…
-
Post Views: 12 1. When executing: Shopify version, prompt: Version 3.49.3 Available!, but when executing: Shopify Upgrade, it also prompts: No need to upgrade!. as shown in Figure 1 2. Reinstall the @shopify/cli and @shopify/theme node.js package globally. Execute again: when Shopify Upgrade, prompt: Upgrading CLI from 3.44.1 to 3.49.3…. in line with expectations. as shown in Figure 2