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 Apr 20, 2023. It is now read-only.
It would be nice to be able to install this via npm using a github link. Right now npm complains with following errors when I try to install it using this path in my package.json:
"dependencies": {
"easyXDM": "git://github.com/oyvindkinsey/easyXDM.git#v2.5.0"
}
npm ERR! Command failed: git checkout v2.5.0
npm ERR! error: pathspec 'v2.5.0' did not match any file(s) known to git
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice to be able to install this via npm using a github link. Right now npm complains with following errors when I try to install it using this path in my package.json:
The text was updated successfully, but these errors were encountered: