npm / npme-installer

npm Enterprise installer
https://www.npmjs.com/enterprise
Other
35 stars 21 forks source link

Install failure via`sudo npm i npme -g --unsafe`. Multiple OS #168

Open david-cannady opened 5 years ago

david-cannady commented 5 years ago

I attempted to install npme on 3 different OS' today and ran into the same issue on startup after all installation checks succeeded. Unable to start npme-couch container. OS: Ubuntu 14.04, Ubuntu 18.04, Debian 9

Issue looks like it is due to klaemo-couchdb:1.6.1 being deprecated/blank. Rather than just saying the image was deprecated, the image owner made the dockerfile a single command that echos a deprecation message. This makes the image broken rather than just deprecated. https://github.com/klaemo/docker-couchdb/blob/master/1.6.1/Dockerfile

screen shot 2019-02-19 at 4 14 42 pm