Question

I reinstalled my system, and now I get this error when trying to update in meteorite.

Package iron-router has been ignored because it has been manually installed in /packages

This happens for all my packages, and I can't seem to figure out how to get meteorite to re-initialize them. It also won't let me remove, then add the packages saying:

Package iron-router can't be removed from packages/ because it has been manually installed.
Was it helpful?

Solution

According to this line, your package is not a symbolic link.

Try the following in your app directory:

rm -r packages/iron-router
rm smart.lock
mrt add iron-router
mrt install .
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top