Package installation broken
In order to deploy the application automatically I need first to install the package.
This installation fails on a fresh environment:
sib@651ffc6284ad:/tmp/sib_app$ npm install git+https://git.happy-dev.fr/startinblox/applications/sib-app.git
> sib-app@1.0.0 postinstall /tmp/sib_app/node_modules/sib-app
> node postinstall.js
rsync -ru src/config.sample.json src/config.json
npm WARN saveError ENOENT: no such file or directory, open '/tmp/sib_app/package.json'
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN enoent ENOENT: no such file or directory, open '/tmp/sib_app/package.json'
npm WARN sib_app No description
npm WARN sib_app No repository field.
npm WARN sib_app No README data
npm WARN sib_app No license field.
Note: All package managers have internal capabilities to work over git. So I don't need/want to rely on the git binary which would add a useless extra dependency.