Does anybody have a solution to the follwoing probelm? When following the offical Shopify create app docs to the letter and run shopify app dev I get this error, Unexpected end of JSON input │
│ │
│ To investigate the issue, examine this stack trace: │
│ at parse │
│ at json (usr/local/nvm/versions/node/v20.13.0/lib/node_modules/@shopify/cli/dist/chunk-Q │
│ X3YP6O5.js:48613) │
│ at processTicksAndRejections (node:internal/process/task_queues:95) │
│ at async requestDeviceAuthorization (usr/local/nvm/versions/node/v20.13.0/lib/node_modul │
│ es/@shopify/cli/dist/chunk-RW6YXHBL.js:994) │
│ at async executeCompleteFlow (usr/local/nvm/versions/node/v20.13.0/lib/node_modules/@sho │
│ pify/cli/dist/chunk-RW6YXHBL.js:1246) │
│ at async ensureAuthenticated (usr/local/nvm/versions/node/v20.13.0/lib/node_modules/@sho │
│ pify/cli/dist/chunk-RW6YXHBL.js:1202) │
│ at async ensureAuthenticatedPartners (usr/local/nvm/versions/node/v20.13.0/lib/node_modu │
│ les/@shopify/cli/dist/chunk-RW6YXHBL.js:1395) │
│ at session (usr/local/nvm/versions/node/v20.13.0/lib/node_modules/@shopify/cli/dist/inde │
│ x.js:197373) │
│ at token (usr/local/nvm/versions/node/v20.13.0/lib/node_modules/@shopify/cli/dist/index. │
│ js:197387) │
│ at request (usr/local/nvm/versions/node/v20.13.0/lib/node_modules/@shopify/cli/dist/inde │
│ x.js:197384)
I tried npm cache clean –force and reinstalled but still returns the same error