deck.rocks icon indicating copy to clipboard operation
deck.rocks copied to clipboard

Cannot find .\dist\index.js when running npm start

Open Horkwan opened this issue 2 years ago • 1 comments

I am building the environment using:

npm install

When I try to run using "npm start" I am getting multiple errors of the below:

Error: Cannot find module 'C:\Users\marti\Documents\GitHub\deck.rocks\dist\index.js'. Please verify that the package.json has a valid "main" entry

Horkwan avatar Jun 22 '23 05:06 Horkwan

I have now got past this ok, but am now getting a problem connecting to the localhost:6379

Error: connect ECONNREFUSED 0.0.0.0:6379 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) { errno: -4078, code: 'ECONNREFUSED', syscall: 'connect', address: '0.0.0.0', port: 6379

Horkwan avatar Jun 22 '23 06:06 Horkwan