Yarn: Add support for git+https:// urls

Created on 13 Apr 2016  Â·  2Comments  Â·  Source: yarnpkg/yarn

Currently it bails out because it doesn't support them

fbkpm install v0.0.0
info No lockfile found.
[1/4] 🚚  Resolving and fetching packages...
â ‚ webshims@^1.11.4Error: "git fetch modernizr@git+https://github.com/Modernizr/Modernizr.git --tags"@/Users/thejameskyle/.fbkpm/.tmp/eba863b41ef37fd9f630fd9e0556ee0f: fatal: I don't handle protocol 'modernizr@git+https'
    at ChildProcess.<anonymous> (/Users/thejameskyle/Projects/kit/fbkpm/lib-legacy/util/child.js:101:17)
    at emitTwo (events.js:87:13)
    at ChildProcess.emit (events.js:172:7)
    at maybeClose (internal/child_process.js:818:16)
    at Socket.<anonymous> (internal/child_process.js:319:11)
    at emitOne (events.js:77:13)
    at Socket.emit (events.js:169:7)
    at Pipe._onclose (net.js:469:12)
cat-bug

Most helpful comment

Since you work for Facebook now I'm assigning this one to you @thejameskyle lol

All 2 comments

What's the root dependency you're installing?

Since you work for Facebook now I'm assigning this one to you @thejameskyle lol

Was this page helpful?
0 / 5 - 0 ratings