deck.rocks
deck.rocks copied to clipboard
Cannot find .\dist\index.js when running npm start
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
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