Category: Windows 10 Professional
-
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: 54 1. You will paste a text containing multiple lines. If this text is pasted into the shell, it may cause the command to be executed unexpectedly. whether to continue?. as shown in Figure 1 2. Click to still paste, and then report an error: curl : Invalid URI: Failed to analyze the host name. as shown in…
-
Post Views: 15 1. When executing: npm run build, an error is reported: ln -sf ../frontend/dist/assets public/assets,lnIs not recognized as an internal or external command, operatorable program or batch file. . as shown in Figure 1 2. Since the Windows system does not support it, I finally decided to execute this command in the Ubuntu-20.04 system in WSL2. Tip: No…
-
Post Views: 25 1. Reference: In Laravel 6, based on ZipStream PHP, stream the zip file to the S3 bucket. Reference: Generate a stream resource based on Fopen in PHP 7.4, operate the disk, and adjust it to a memory-based implementation. The compression and decompression is successful based on 360, and the decompression based on WinRAR fails. as shown in…
-
Post Views: 66 1. When executing: npm install, it has been executed for about half an hour, and an error is reported: if you are behind a proxy, please make sure that theProxyconfig is set properly. . as shown in Figure 1 2. Check the npm proxy settings, the value is: https://127.0.0.1:8888/ 3. Decide to delete the npm proxy settings.…
-
Post Views: 19 1. Reference:https://shopify.dev/themes/tools/cli/install#requirements, the requirements in Windows are as follows 2. The version of Node.js is: V16.13.1, which is higher than 14.17.0. meet the requirements. 3. Reference:https://www.shuijingwanwq.com/2022/05/10/6388/. Steps 1 and 2. The version of Ruby+DevKit is: 3.1.x (x64), which is higher than Ruby+DevKit 3.0. meet the requirements. 4. The version of Bundler is: 2.3.24, which is higher than…
-
Post Views: 17 1. View the directory structure in GitLab, there are directories: ThemeStoreDB, TheMeStoreDB, this is because the directory ThemeStoreDB is renamed to ThemeStoreDb, and the old-based The code of ThemeStoreDB is caused by the code. as shown in Figure 1 2. On the disk of the local Windows 10, only the directory ThemeStoreDB exists. After the code is…
-
Post Views: 15 1. Reference: Run the .sh or shell script files in WSL in Windows 10. Since the .sh file is run, all environment configurations in the file must depend on the configuration items in Ubuntu. But the environment configuration in Ubuntu is not perfect. Decided to replace the shell script with php script 2. The code implementation of…
-
Post Views: 17 1. Reference:https://www.shuijingwanwq.com/en/2022/12/13/9977/. Run .sh or shell script files using WSL in Windows 10. Ultimately not realized. 2. Reference:https://www.shuijingwanwq.com/en/2021/12/23/9949/, to step 7 3. Open the Windows Terminal command line and follow the instructions below to enter the Ubuntu system. as shown in Figure 1 4. Ubuntu will mount or provide all Windows directories under /mnt. Hence the C…