Closed Treyone closed 6 years ago
Well, I still can't explain it but it's clearly not related to npx
, therefore I close this, sorry for the noise.
npm i my-company/my-repo
provides the same output. Git clone works. I forced a re-installation of the git
package (same version) and it works.
I use
npx
inside a Docker container, during the build.The ssh key is present, cloning
git@github.com:my-company/my-repo
, thennpm install
and run works. However, runningnpx my-company/my-repo
crashes with the following error :The mentioned log file contains the following :
These messages made me accuse git at first, but as everything works fine when executed without
npx
, I've come to suspect it. It was working like a charm in previous images build with older node and npm versions. Am Imissing something ?