Category: Server Side JavaScript
-
Post Views: 22 1. npm : The file cannot be loaded c:\program files\nodejs\npm.ps1 because the script is prohibited from running on this system. For more information, see about_execution_policies in https:/go.microsoft.com/fwlink/?LinkId=135170. 2. Confirm that the file C:\Program Files\NodeJS\npm.ps1 exists. as shown in Figure 1 3. Enter one of the following commands to change the execution policy, which is permanently changed (valid…
-
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: 16 1. When executing the yarn command, an error is reported: The engine “node” is incompatible with this module.expected version “^14.18.0 || ^16.14.0 || >=18.0.0”. Got “16.13.1”. as shown in Figure 1 2, ^16.14.0 is equivalent to >=16.14.0, <16.15, and decided to reinstall the latest version of 16 of Node.js. Open URL:https://nodejs.org/dist/latest-v16.x/Plan to download node-v16.20.2-x64.msi. However, it was…
-
Post Views: 155 1. There is a Shopify PHP application, which can already be previewed in the development environment. as shown in Figure 1 2. Now it is ready to be deployed to the production environment. Shopify recommends creating a separate application if you need to deploy the application to the production environment. This application shares the code base with…
-
Post Views: 36 1. Reference:Install Shopify CLI 3.0 (based on Node.js) in Windows 10 Professional, check in advance whether the corresponding requirements are met . 2. Reference:The requirements in Linux are as follows 3. Node.js is not installed, refer to:Installation . Installation failed. 4. Execute the command: sudo apt-get update 5. Execute the command again: sudo apt-get install -y nodejs,…
-
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: 18 1. Reference: Install Shopify CLI 3.0 (based on Node.js) in Windows 10 Professional Edition. After installation, you will be prompted that the new version of Shopify CLI is available! Your version is 2.15.6 and the latest version is 2.34.0. To upgrade, follow the instructions of the package manager you are using:https://shopify.dev/tools/cli/troubleshooting#upgrade-shopify-cli 2. To upgrade Shopify CLI 3.x…
-
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…