Having trouble connecting in powershell. #1519
Unanswered
sampson2269
asked this question in
Help
Replies: 4 comments 3 replies
-
I am having the same problem |
Beta Was this translation helpful? Give feedback.
1 reply
-
Not sure what fixed this but I ran "git pull origin main" & "npm install" this morning and everything is working again. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure did.
…On Tue, Jan 5, 2021, 11:35 Joe Sauve ***@***.***> wrote:
Did you run npm install first?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1519 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASISQRXPPUBLLOXR2763BDLSYNLYDANCNFSM4VJ7TXZA>
.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
In my case what solved it was to install Redis and start it on my machine. Here's a tutorial for windows |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Every time I go to run the script I keep getting this error below, everything has been working fine for me until yesterday.
events.js:292
throw er; // Unhandled 'error' event
^
Error: connect ECONNREFUSED 127.0.0.1:6379
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1146:16)
Emitted 'error' event on RedisClient instance at:
at RedisClient.on_error (C:\Users\sampsonvm2269\desktop\amd-processor\streetmerchant\node_modules\redis\index.js:341:14)
at Socket. (C:\Users\sampsonvm2269\desktop\amd-processor\streetmerchant\node_modules\redis\index.js:222:14)
at Socket.emit (events.js:315:20)
at emitErrorNT (internal/streams/destroy.js:106:8)
at emitErrorCloseNT (internal/streams/destroy.js:74:3)
at processTicksAndRejections (internal/process/task_queues.js:80:21) {
errno: -4078,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 6379
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! streetmerchant@ start:
npm run build && node build/index.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the streetmerchant@ start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\sampsonvm2269\AppData\Roaming\npm-cache_logs\2020-12-26T15_04_32_807Z-debug.log
2020-12-26T15_04_32_807Z-debug.log
Beta Was this translation helpful? Give feedback.
All reactions