Tag: sudo
-
Post Views: 17 1. Execute Shopify Version to see the current version of Shopify CLI 2. Execute Shopify Upgrade to update the Shopify CLI to the latest version, and an error: Error: Eacces: Permission denied, Rename/usr/lib/node_modules/@shopify/cli->/usr/lib/node_modules/@shopify/.cli-9rdbklqd. as shown in Figure 1 3. Add sudo before the command npm install -g @shopify/cli@latest @shopify/theme@latest to increase the permissions, no more errors are…
-
Post Views: 95 1. Reference:Install Shopify CLI 3.0 (based on Node.js) in Ubuntu-20.04 in WSL2, check whether the corresponding requirements are met in advance 2. Create an application, select the PHP template, and report an error: Operation not permitted, CopyFile 3. Add sudo before the command npm init @shopify/app@latest to increase permissions, no more errors 4. Reference:install php , composer…