calvinmetcalf/SQLdown

Installation problem

Opened this issue · 3 comments

Trying to install the latest package (1.1.1) on a computer that is behind a firewall that doesn't allow native git requests (only http requests). The latest package has a dependency on the version of knex in git:

"knex": "calvinmetcalf/knex#create-if-not",

If that was a full git+https url like this:

"knex": "git+https://github.com/calvinmetcalf/knex#create-if-not",

Then it would work perfectly under all circumstances.

Try updating npm, I fixed this upstream but I don't know if it's in the
client
On Aug 20, 2014 6:08 PM, "fomojola" notifications@github.com wrote:

Trying to install the latest package (1.1.1) on a computer that is behind
a firewall that doesn't allow native git requests (only http requests). The
latest package has a dependency on the version of knex in git:

"knex": "calvinmetcalf/knex#create-if-not",

If that was a full git+https url like this:

"knex": "git+https://github.com/calvinmetcalf/knex#create-if-not",

Then it would work perfectly under all circumstances.


Reply to this email directly or view it on GitHub
#9.

yeah robertkowalski/github-url-from-username-repo#2 was merged so try an npm update -g npm and if that doesn't work I can update #6

likely not to be an issue for long knex/knex#430