Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid protocol: git+http: #86

Open
binarykitchen opened this issue Feb 27, 2015 · 0 comments
Open

Invalid protocol: git+http: #86

binarykitchen opened this issue Feb 27, 2015 · 0 comments

Comments

@binarykitchen
Copy link

I see this error when running npmd install (but it does not happen on npm install):

$ npmd install
GET https://registry.npmjs.org/express
GET https://registry.npmjs.org/nodemailer
GET https://registry.npmjs.org/chai
GET https://registry.npmjs.org/gulp-spawn-mocha

/opt/node-0.10.36/lib/node_modules/npmd/index.js:95
    if(err) throw err
                  ^
Error: package: [email protected] could not resolve ikt@git+http://ikt.pm2.io/ikt.git#master
Invalid protocol: git+http:
    at Request.init (/opt/node-0.10.36/lib/node_modules/npmd/node_modules/npmd-cache/node_modules/request/request.js:591:31)
    at new Request (/opt/node-0.10.36/lib/node_modules/npmd/node_modules/npmd-cache/node_modules/request/request.js:264:8)
    at request (/opt/node-0.10.36/lib/node_modules/npmd/node_modules/npmd-cache/node_modules/request/index.js:50:10)
    at cache.getter (/opt/node-0.10.36/lib/node_modules/npmd/node_modules/npmd-cache/index.js:73:9)
    at fetch (/opt/node-0.10.36/lib/node_modules/npmd/node_modules/npmd-cache/node_modules/level-content-cache/index.js:108:7)
    at /opt/node-0.10.36/lib/node_modules/npmd/node_modules/npmd-cache/node_modules/level-content-cache/index.js:79:9
    at dispatchError (/opt/node-0.10.36/lib/node_modules/npmd/node_modules/levelup/lib/util.js:131:7)
    at /opt/node-0.10.36/lib/node_modules/npmd/node_modules/levelup/lib/levelup.js:197:14
    at /opt/node-0.10.36/lib/node_modules/npmd/node_modules/medeadown/medeadown.js:125:5
    at Medea.get (/opt/node-0.10.36/lib/node_modules/npmd/node_modules/medeadown/node_modules/medea/medea.js:472:13)

Not sure what it is, but I wonder if npmd is able to resolve protocols like git+http?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant