Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does Meteorite say "smart.json changed.." every time?

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?

like image 355
2wav Avatar asked Dec 06 '25 05:12

2wav


1 Answers

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.

like image 67
Tarang Avatar answered Dec 09 '25 16:12

Tarang



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!