Open ChrisCinelli opened 9 years ago
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 must declare exact version of dependency
error, not sure what I'm doing wrong:
My packages.json
file:
{
"externalify": "0.1.0",
"material-ui": "0.13.4",
"formsy-react": "0.17.0",
"formsy-material-ui": "https://github.com/magicalcows/formsy-material-ui/archive/8bc6827d59efb88b7640e05b1686ae760e79650.tar.gz",
"babelify": "7.2.0"
}
The output:
D:\projects\formsy-mui-demo>meteor
[[[[[ ~\D\projects\formsy-mui-demo ]]]]]
=> Started proxy.
=> Errors prevented startup:
While reading package from `/D/projects/formsy-mui-demo/packages/npm-container`:
package.js:14:7: must declare exact version of dependency:
formsy-material-ui@https://github.com/magicalcows/formsy-material-ui/archive/8bc6827d59efb88b7640e05b1686ae760e79650.tar.gz
=> Your application has errors. Waiting for file change.
=> Started MongoDB.
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 versions
file in .meteor
:
meteorhacks:npm@1.5.0
In the README you have:
But when I use:
I get: