I am trying learn shopify development and creating a first app. Upon doing the initial npm run dev, I am thrown an error stating “Authentication requires a port 3456 that’s unavailable because it’s running another process. Terminate that process?”
If I choose to kill the process, it again throws the error stating “missing argument”.
Unknown error │
│ │
│ To investigate the issue, examine this stack trace: │
│ at handler (@shopify/cli-kit/src/public/node/error.ts:127) │
│ fatal = new BugError(maybeError?.message ?? 'Unknown error') │
│ at (@shopify/cli-kit/src/public/node/error-handler.ts:37) │
│ return handler(error)
I checked several times to see which app/process is blocking the port but nothing comes up.
I am using openSUSE Linux for the development.
Any pointers would be greatly appreciated.