You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.
installed : [email protected]
error : Error: Command failed: /bin/sh -c git ls-remote --tags --heads https://<token>@github.com/libraries/analytics.js
remote: Repository not found.
fatal: repository 'https://<token>@github.com/libraries/analytics.js/' not found
at error (/Users/lancejpollard/hacks/h96/node_modules/duo/node_modules/duo-package/node_modules/gh-resolve/index.js:177:10)
at /Users/lancejpollard/hacks/h96/node_modules/duo/node_modules/duo-package/node_modules/gh-resolve/index.js:69:37
at ChildProcess.exithandler (child_process.js:736:5)
at ChildProcess.EventEmitter.emit (events.js:110:17)
at maybeClose (child_process.js:992:16)
at Process.ChildProcess._handle.onexit (child_process.js:1059:5)
We have had functionality like this for a long time, such as when requiring syntax highlighters for different languages. For example, we happened to have files called:
If you have a file named:
And you try to require it with this:
It will error on download:
We have had functionality like this for a long time, such as when requiring syntax highlighters for different languages. For example, we happened to have files called:
So a workaround is to just rename to:
but wanted to point out anyways.
The text was updated successfully, but these errors were encountered: