strider icon indicating copy to clipboard operation
strider copied to clipboard

Issue with Uploading via SSH

Open zpappa opened this issue 9 years ago • 0 comments

I have a strange issue I'm seeing. It appears the zip file that is being sent doesn't contain my package.json... It's certainly in the repo and I am running npm install and tests before on the strider box and they seem to run just fine. That being said when artifacts are deployed to a downstream environment I get the following.

Any ideas?

# Compressing ... 0% ssh_deploy 
# Compressing ... 0% ssh_deploy 
# Compressing ... 100% ssh_deploy 
# Uploading ... 100% ssh_deploy 
$
npm ERR! install Couldn't read dependencies
npm ERR! Linux 3.10.0-327.10.1.el7.x86_64
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v4.4.5
npm ERR! npm  v2.15.5
npm ERR! path /home/strider/testProject/package.json
npm ERR! code ENOPACKAGEJSON
npm ERR! errno -2
npm ERR! syscall open

zpappa avatar Jun 19 '16 06:06 zpappa