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.
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...