-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to npm install
with git dependency vtt.js
#1895
Comments
I don't totally understand the error that's happening there, but why might publishing to npm fix this? @gkatsev any insight? |
@heff because npm dependencies are just tarball downloads, no git involved. |
Ah, that makes sense. I think we might just be waiting on mozilla/vtt.js#338 to be merged in before we can point directly at that project. @gkatsev will have a better idea of where that's at, and if it's worth publishing his own branch. |
You could also depend on a tarball link from GitHub like this: "dependencies": {
"videojs-swf": "4.5.3",
"vtt.js": "https://github.com/gkatsev/vtt.js/tarball/3ba274b332de187f7269f277733021be3dd1f5bd"
} |
Closing this based on the result of #1911 |
Fixed by #2905 |
👍 |
I'm unable to install video.js's dependencies with the latest update that pulls in the git dependency of
vtt.js
. The issue seems to be something about git itself, which is at the latest version provided by Cygwin. Same installation works fine on OS X. Here's the error:And my versions:
Would it maybe be possible to publish
vtt.js
to npm to work around this, maybe under a dist-tag?The text was updated successfully, but these errors were encountered: