TritonDataCenter / sdc-docker

Docker Engine for Triton
Mozilla Public License 2.0
182 stars 49 forks source link

Remove git+ssh from package.json #24

Closed sodre closed 7 years ago

sodre commented 9 years ago

Hi folks,

I was trying to run make tests after a git clone from joyent/sdc-docker and I ran into issues with npm-install. Essentially, there are a few joyent packages that have git+ssh instead of git+https in them. The end-result is that non-joyent people can't fully run make test.

There are other packages from SDC and Node repos that are suffering from the same problem. If you decide to merge the PR I'll fix the others as I run across them.

Best...