Closed Danjuanlab closed 1 year ago
@Danjuanlab: package.json
uses generic github:
urls for the libuvc
dependency. Apparently this can cause issues for some npm
versions/configurations.
This type of url does not specify either https:
, ssh:
, nor git+ssh:
urls -- it should use whatever is available. It seems that your npm
is configured to use ssh:
urls, but you have not authenticated with github. Either authenticate with (try ssh -T github.com
) or configure npm
to only use https:
for github:
urls.
While it may cause issues for you at this time, github:
dependency urls are somewhat useful and quite flexible. I think they should stay as they are.
Does that fix the issue for you? If so, please close this issue.
I use npm to install uvc,but shows code 128 .
And I try yarn to install ,but fail too~