New version available: 0.6.0 downloading [=============================] 100%... finished download
Meteor has a brand new distribution system!
In this new system, code-named Engine, packages are downloaded individually and on demand. But all of the packages in each official Meteor release are prefetched and cached so you can still use Meteor when you're on a plane or in a coffeeshop with no Wifi.
Also, every Meteor project is now pinned to a specific Meteor release, so everyone on your team is always running the same code regardless of what they have installed on their laptop. Whenever you run 'meteor', Engine automatically fetches the needed release manifest, build tools, smart packages, and npm dependencies into your local warehouse.
Writing a launcher script to /usr/local/bin/meteor for your convenience. ************************************************************** *** Meteor is now installed at /usr/local/bin/meteor. *** *** Run `hash -r` so that your shell notices it has moved. *** ************************************************************** demo: updated to Meteor 0.6.0.
-- Notice --
0.6.0: Variables declared with `var` at the outermost level of a JavaScript source file are now private to that file. Remove the `var` to share a value between files.