You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
> node scripts/deploy.js
C:\Projekte\hp-web\node_modules\scp2\lib\client.js:74
if (err) throw err;
^
Error: Received exit code 127 while establishing SFTP session
at Channel.onExit (C:\Projekte\hp-web\node_modules\ssh2\lib\client.js:774:19)
at Object.onceWrapper (events.js:315:30)
at emitOne (events.js:116:13)
at Channel.emit (events.js:211:7)
at SSH2Stream.<anonymous> (C:\Projekte\hp-web\node_modules\ssh2\lib\Channel.js:189:14)
at emitOne (events.js:116:13)
at SSH2Stream.emit (events.js:211:7)
at parse_CHANNEL_REQUEST (C:\Projekte\hp-web\node_modules\ssh2-streams\lib\ssh.js:4356:8)
at parsePacket (C:\Projekte\hp-web\node_modules\ssh2-streams\lib\ssh.js:3727:12)
at SSH2Stream._transform (C:\Projekte\hp-web\node_modules\ssh2-streams\lib\ssh.js:551:1
Am I configuring it wrong or what am I missing here?
The text was updated successfully, but these errors were encountered:
i'm trying to copy folder and i get the same problem on my windows 10 and on my ubuntu 18.04 server.
Do we miss something?
`/opt/Backend/node_modules/scp2/lib/client.js:74
if (err) throw err;
^
Error: Received exit code 127 while establishing SFTP session
at Channel.onExit (/opt/Backend/node_modules/ssh2/lib/client.js:774:19)
at Object.onceWrapper (events.js:277:13)
at Channel.emit (events.js:189:13)
at SSH2Stream. (/opt/Backend/node_modules/ssh2/lib/Channel.js:189:14)
at SSH2Stream.emit (events.js:189:13)
at parse_CHANNEL_REQUEST (/opt/Backend/node_modules/ssh2-streams/lib/ssh.js:4356:8)
at parsePacket (/opt/Backend/node_modules/ssh2-streams/lib/ssh.js:3727:12)
at SSH2Stream._transform (/opt/Backend/node_modules/ssh2-streams/lib/ssh.js:551:13)
at SSH2Stream.Transform._read (_stream_transform.js:190:10)
at SSH2Stream._read (/opt/Backend/node_modules/ssh2-streams/lib/ssh.js:212:15)
`
Trying to do a deploy my projects build-directory to my remote point with this code from my npm scripts:
Running on Windows10 I get this error:
Am I configuring it wrong or what am I missing here?
The text was updated successfully, but these errors were encountered: