Shopify CLIのタスクキル
shopify theme devを実行したら以下のエラー発生
Error: listen EADDRINUSE: address already in use 127.0.0.1:9292 at Server.setupListenHandle [as _listen2] (node:net:1937:16) at listenInCluster (node:net:1994:12) at node:net:2203:7 at process.processTicksAndRejections
lsof -i :9292を実行してすでに実行済のプロセスIDを見つけて
kill [プロセスID]
するとshopify theme devを実行できるようになる