-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem installing from a github repo #93
Comments
I have the same problem on Travis CI, but I'm not sure where the github dependency gets pulled in: https://travis-ci.org/Reading-eScience-Centre/covjson-reader/builds/80837100 EDIT: Sorry, just noticed this is not the official npm repository. But maybe we see some connections. I'm not using meteor. |
Problem solved, I just used a newer node/npm version (0.12 or 4). |
Packages from commits are different from those published on npm. In my case package from commit was not build and thus not ready to be required. |
I'm having a similar problem, though I'm getting a My
The output:
FWIW when I try to create the release based on the commit using the full commit hash, I get a 500 error from github. I had to take one character off the end of the hash to get it to work, if that matters. From my
|
In the README you have:
But when I use:
I get:
The text was updated successfully, but these errors were encountered: