My small meteor project has this smart.json
{
"packages": {
"iron-router": {},
"handlebar-helpers": {},
"jqueryui": {},
"npm": {}
}
}
Every time I start the server with mrt run, I get a "smart.json changed.." message, and it reinstalls all the packages (or so it seems). I don't think I've done anything to change smart.json. Quite recently I think the atmosphere site has been very unstable and sometimes the packages never load, so I can't start the server.
Is there anything I can do to prevent the install?
Meteorite will say smart.json changed and reinstall everything if it notices another file smart.lock does not exist or is different from smart.json.
If the files are different is assumes smart.json has changed and will reinstall what would be different.
If you check your project directory make sure you can see a smart.lock file and if you don't see one after you run mrt check whether mrt has adequate permissions to create one.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With