Closed nerdmed closed 10 years ago
@nerdmed Can you check your mrt
version. If it's < 0.9.0
then you need to update. Also make sure that your meteor is the latest one, so run meteor update
.
Hey @apendua thanks for your response. For me the versions are:
mrt --version
>Meteorite version 0.9.0
>Meteor 0.9.0
I think this is correct. As i mentioned the error will produce if you try to install a package that is on a git repository via mrt and adding it into the smart.json
Hey @nerdmed -- no you are right, this is a bug with Meteorite.
However, I would discourage you from using mrt add
from now on. You can still add packages to smart.json
(with a git URL, I assume this is what you are doing?), mrt install
them, then meteor add
them. Does that solve the problem?
Hey @tmeasday thanks for your reply! You are right i am adding the git URL in my smart.json because of private packages. Your solution works well. This broblem is hardly related to this post in the google meteor-core group would be great to hear from you.
Hey Team,
as i am testing to change my packaging enviroment to the new packaging system i still need to have private repositorys for non-public packages that are shared across projects. I updated the package to fit the requirements Meteor has for new packages. But after adding them inside my smart.json and running:
it will download the package but then error me with:
List the packages that you have explicitly added to your project. This will not list transitive dependencies.
Would be great to have it afterwards auto added to the project by running meteor add package:name