strider
strider copied to clipboard
Issue with Uploading via SSH
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